Explain unauthorized exception while renewal

pull/30/head
Richard Körber 2016-12-25 14:34:12 +01:00
parent e19c11d407
commit d3ac841651
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ X509Certificate cert = cert.download();
Instead of loading the original CSR, you can also generate a new one. So renewing a certificate is basically the same as requesting a new certificate.
If `registration.requestCertificate(csr)` throws an `AcmeUnauthorizedException`, the authorizations of some or all involved domains have expired. In this case, you need to go through the [authorization](./authorization.html) process again, before requesting the renewed certificate.
## Revocation
To revoke a certificate, just invoke the respective method: