You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect this can happen if something else has cleaned the cert previously, or perhaps the agent cert was originally accidentally generated on a standby CA server, (my best guess as to what happened with one of my agents).
Since there's nothing to clean, we should probably just omit a warning and continue.
The text was updated successfully, but these errors were encountered:
This can happen if the CA doesn't have a copy of your signed cert.
Perhaps it was already cleaned, or perhaps it was generated on a standby
CA server by mistake, (and then overwritten).
Unfortunately, the exception isn't more specific than
`OpenSSL::SSL::SSLError` and doesn't contain a code, so checking if the
message includes `certificate unknown` is the best I can do.
Fixesvoxpupuli#13
If for some reason the CA doesn't know about the agent certificate you're trying to regenerate,
clean
will fail raising an exception.eg.
I suspect this can happen if something else has cleaned the cert previously, or perhaps the agent cert was originally accidentally generated on a standby CA server, (my best guess as to what happened with one of my agents).
Since there's nothing to clean, we should probably just omit a warning and continue.
The text was updated successfully, but these errors were encountered: