Clarify staging and prod ACME URIs (#116)

pull/117/head
Richard Körber 2021-06-03 19:41:24 +02:00
parent 14c7fc49c8
commit 4b0abc71d9
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@ Session session = new Session("acme://letsencrypt.org/staging");
Instead of a generic provider, this call uses a special _Let's Encrypt_ provider.
The _Let's Encrypt_ staging server is meant to be used for testing purposes only. The issued certificates are functional, but as the issuer certificate is not known to browsers, it will lead to a certificate error. Later you only need to change the ACME URI in order to use the _Let's Encrypt_ production server.
```java
Session session = new Session("acme://letsencrypt.org");
```
## Metadata
Some CAs provide metadata related to their ACME server: