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
On normal run of the process, the certificate does get renewed, and at the moment, it is still being exported as pfx successfully. However, please see the warning found in the logs:
Hook 'deploy-hook' ran with error output:
/usr/local/lib/python3.9/site-packages/dnsrobocert/core/hooks.py:162: DeprecationWarning: str for passphrase is no longer accepted, use bytes
f.write(p12.export(pfx.get("passphrase")))
On normal run of the process, the certificate does get renewed, and at the moment, it is still being exported as pfx successfully. However, please see the warning found in the logs:
Refers to this line in hooks.py.
I'm using the latest image - created on: 2021-11-18T19:32:55.433255547Z
Thanks
The text was updated successfully, but these errors were encountered: