Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://allofphysics.com needs a certificate #275

Closed
bhpayne opened this issue Nov 27, 2023 · 1 comment
Closed

https://allofphysics.com needs a certificate #275

bhpayne opened this issue Nov 27, 2023 · 1 comment

Comments

@bhpayne
Copy link
Member

bhpayne commented Nov 27, 2023

https://allofphysics.com resolves to a web server, but the certificate is for https://derivationmap.net/

@bhpayne
Copy link
Member Author

bhpayne commented Dec 4, 2023

so easy!

$ sudo certbot certonly --webroot \
 -w /home/pdg/proofofconcept/v7_pickle_web_interface/certs \
 --server https://acme-v02.api.letsencrypt.org/directory \
 -d derivationmap.net -d www.derivationmap.net \
 -d allofphysics.com -d www.allofphysics.com

@bhpayne bhpayne closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant