Skip to content

Commit

Permalink
Added CRL distribution points to the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Oct 26, 2024
1 parent 091ff07 commit ed490f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed490f2

Please sign in to comment.