Created
April 23, 2020 13:28
-
-
Save zxkane/e0b7a9b69f522d4430a15d8c82e83cde to your computer and use it in GitHub Desktop.
a memo of requesting cert from let's encrypt in cmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
certbot certonly --expand -d pypi.mirrors-test.testtest.vme360.com -d mirrors-test.testtest.vme360.com --config-dir `pwd` --work-dir `pwd` --logs-dir `pwd` --manual --preferred-challenges dns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment