Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
opennic:tls [2020-06-03T08:42:45Z] deep42thought [Planned deployment] |
opennic:tls [2021-03-01T08:55:14Z] deep42thought [How to get started] new |
||
---|---|---|---|
Line 10: | Line 10: | ||
* The acme server runs experimental software. If you have any problems getting a certificate, | * The acme server runs experimental software. If you have any problems getting a certificate, | ||
+ | ===== How to get started ===== | ||
+ | |||
+ | The acme server runs on a domain which must be validated by the same root certificate which is used for other opennic domains. | ||
+ | Thus, one must download the root certificate (and ignore the certificate error on the https connection) and install it as a trusted root certificate. | ||
+ | < | ||
+ | curl --insecure -o / | ||
+ | trust extract-compat | ||
+ | </ | ||
+ | Check, that the certificate was installed correctly: | ||
+ | < | ||
+ | curl https:// | ||
+ | </ | ||
+ | Then, certbot can query new certificates from the acme server. | ||
+ | < | ||
+ | certbot --server https:// | ||
+ | </ | ||
===== Planned deployment ===== | ===== Planned deployment ===== | ||