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
Removing unrevoked certificate prevents reusing same certificate signing request as there is effective certificate for that csr already in system. Deleting unrevoked certificate should first revoke the cert and only then delete it.
The text was updated successfully, but these errors were encountered:
We have missing tests around certificates, part of this fix would be to also introduce a testing suite for certificates controller (and model, of course).
removing PKI certs works fine. But removing EPP certs returns now error:
Using configuration from /home/registry/registry/shared/config/openssl.cnf#012ERROR:name does not match /C=EE/ST=Harjumaa/O=EIS/OU=staging reg2/CN=reg2-martin/emailAddress=...
/admin/api_users/userid/certificates/certid
Removing unrevoked certificate prevents reusing same certificate signing request as there is effective certificate for that csr already in system. Deleting unrevoked certificate should first revoke the cert and only then delete it.
The text was updated successfully, but these errors were encountered: