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
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
400
400
401
401
## Versions
402
402
403
+
***30.08.24:** - Fix zerossl cert revocation.
403
404
***24.07.14:** - Rebase to Alpine 3.20. Remove deprecated Google Domains certbot plugin. Existing users should update their nginx confs to avoid http2 deprecation warnings.
404
405
***01.07.24:** - Fall back to iptables-legacy if iptables doesn't work.
405
406
* **23.03.24:** - Fix perms on the generated `priv-fullchain-bundle.pem`.
[[ ! "${CERTPROVIDER}" = "${ORIGCERTPROVIDER}" ]]; then
191
191
echo "Different validation parameters entered than what was used before. Revoking and deleting existing certificate, and an updated one will be created"
192
-
if [[ "${ORIGCERTPROVIDER}" = "zerossl" ]] && [[ -n "${ORIGEMAIL}" ]]; then
0 commit comments