Hacker News new | ask | show | jobs
by dextercd 125 days ago
An account needs to be created before you can request a certificate. Some ACME clients might create the account for you implicitly when you request the first certificate, but in the background it still needs to start by registering an account.

`certbot register` followed by `certbot show_account` is how you'd do this with certbot.

1 comments

Great, thank you!