mirror of https://github.com/shred/acme4j
Update to draft-aaron-acme-profiles-01
parent
88fe967bbf
commit
03f97d6bcb
|
@ -16,7 +16,7 @@ This Java client helps to connect to an ACME server, and performing all necessar
|
|||
* Supports [RFC 8823](https://tools.ietf.org/html/rfc8823) for S/MIME certificates (experimental)
|
||||
* Supports [RFC 9444](https://tools.ietf.org/html/rfc9444) for subdomain validation
|
||||
* Supports [RFC 9773](https://tools.ietf.org/html/rfc9773) for renewal information
|
||||
* Supports [draft-aaron-acme-profiles-00](https://www.ietf.org/archive/id/draft-aaron-acme-profiles-00.html) for certificate profiles (experimental)
|
||||
* Supports [draft-aaron-acme-profiles-01](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/) for certificate profiles (experimental)
|
||||
* Supports [draft-ietf-acme-dns-account-label-01](https://datatracker.ietf.org/doc/draft-ietf-acme-dns-account-label/) for DNS labeled with ACME account ID challenges (experimental)
|
||||
* Easy to use Java API
|
||||
* Requires JRE 17 or higher
|
||||
|
|
|
@ -20,7 +20,7 @@ Latest version:  for S/MIME certificates (experimental)
|
||||
* Supports [RFC 9444](https://tools.ietf.org/html/rfc9444) for subdomain validation
|
||||
* Supports [RFC 9773](https://tools.ietf.org/html/rfc9773) for renewal information
|
||||
* Supports [draft-aaron-acme-profiles-00](https://www.ietf.org/archive/id/draft-aaron-acme-profiles-00.html) for certificate profiles (experimental)
|
||||
* Supports [draft-aaron-acme-profiles-01](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/) for certificate profiles (experimental)
|
||||
* Supports [draft-ietf-acme-dns-account-label-01](https://datatracker.ietf.org/doc/draft-ietf-acme-dns-account-label/) for DNS labeled with ACME account ID challenges (experimental)
|
||||
* Easy to use Java API
|
||||
* Requires JRE 17 or higher
|
||||
|
|
|
@ -243,7 +243,7 @@ To check if your CA supports RFC 9444, read `Metadata.isSubdomainAuthAllowed()`.
|
|||
|
||||
## Profiles
|
||||
|
||||
If your CA supports [draft-aaron-acme-profiles](https://www.ietf.org/archive/id/draft-aaron-acme-profiles-00.html), you can select a profile when ordering a certificate:
|
||||
If your CA supports [draft-aaron-acme-profiles](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/), you can select a profile when ordering a certificate:
|
||||
|
||||
```java
|
||||
Order order = account.newOrder()
|
||||
|
|
Loading…
Reference in New Issue