Merge pull request #407 from ndom91/patch-1

Update provisioners.md
This commit is contained in:
Mariano Cano 2020-10-25 12:07:04 -07:00 committed by GitHub
commit fb18e5afc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,7 +330,7 @@ Below is an example of an SSHPOP provisioner in the `ca.json`:
### ACME ### ACME
An ACME provisioner allows a client to request a certificate from the server An ACME provisioner allows a client to request a certificate from the server
using the [https://tools.ietf.org/html/rfc8555](ACME Protocol). The ACME using the [ACME Protocol](https://tools.ietf.org/html/rfc8555). The ACME
provisioner can only request X509 certificates. All authentication of the CSR provisioner can only request X509 certificates. All authentication of the CSR
is managed by the ACME protocol. is managed by the ACME protocol.