diff --git a/README.md b/README.md index a10fcf4..836c83f 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Writing state: certs.state | not_after | Certificate is not valid after this time ([RFC3339 timestamp](https://tools.ietf.org/html/rfc3339)). | `2020-01-01T09:00:00Z` | | serial | Serial number for the certificate. Default value is current time in nanoseconds. | `123` | | revoked | When `true` the serial number of the certificate will be written in `[issuer]-crl.pem`. Default value is `false`. The file will be written only if at least one certificate is revoked. CRL `ThisUpdate` is set to current time and `NextUpdate` one week after. Self-signed certificates cannot be revoked. | `true`, `false` | +| crl_distribution_points | List of URLs for X509 CRL Distribution Points extension. | `http://example.com/crl.pem` | ## Go API