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
When changing a certificates passphrase it will be changed in the configuration using the certificate but not on the certificate itself. We need to implement a check whether the certificate works with the current passphrase or not. If not, we need to regenerate it (maybe keeping a backup of the old one).
Please refer to #41 , #40 and #35 so all the changes will work together.
The text was updated successfully, but these errors were encountered:
Checking passphrases should be possible, but we can't be sure if the file is corrupted or the passphrase is wrong. I guess that wouldn't be a big problem, because in both cases the certificates should be regenerated.
Currently, if the passphrase is wrong or the certificate is corrupted, the cert_info module will fail with a ValueError exception. We can catch the exception and return the result of the check without failing the module.
When changing a certificates passphrase it will be changed in the configuration using the certificate but not on the certificate itself. We need to implement a check whether the certificate works with the current passphrase or not. If not, we need to regenerate it (maybe keeping a backup of the old one).
Please refer to #41 , #40 and #35 so all the changes will work together.
The text was updated successfully, but these errors were encountered: