Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Workaround getcert issue when cert key-file is missing
When trying to resubmit a certificate request that had the key file removed, "getcert" hangs indefinitely, causing the role to not respond. This workaround checks if the private key file has been removed and fails ressubmiting the certificate request until the situation is fixed, by the user, using 'getcert stop-tracking --id <cert ID>'.
- Loading branch information