Skip to content

Instantly share code, notes, and snippets.

@zxkane
Created April 23, 2020 13:28
Show Gist options
  • Save zxkane/e0b7a9b69f522d4430a15d8c82e83cde to your computer and use it in GitHub Desktop.
Save zxkane/e0b7a9b69f522d4430a15d8c82e83cde to your computer and use it in GitHub Desktop.
a memo of requesting cert from let's encrypt in cmd
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