View | Details | Raw Unified | Return to bug 273656
Collapse All | Expand All

(-)b/security/py-certbot/files/500.certbot.in (+5 lines)
Lines 40-45 case "$weekly_certbot_enable" in Link Here
40
	POST_HOOK=""
40
	POST_HOOK=""
41
	DEPLOY_HOOK=""
41
	DEPLOY_HOOK=""
42
42
43
	# RuntimeError: OpenSSL 3.0's legacy provider failed to load.
44
	# This is a fatal error by default, but cryptography supports running without legacy algorithms by setting the environment variable CRYPTOGRAPHY_OPENSSL_NO_LEGACY.
45
	# If you did not expect this error, you have likely made a mistake with your OpenSSL configuration.
46
	export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
47
43
	if [ -n "$weekly_certbot_service" ] && \
48
	if [ -n "$weekly_certbot_service" ] && \
44
		[ -z "$weekly_certbot_pre_hook" ] && [ -z "$weekly_certbot_post_hook" ];
49
		[ -z "$weekly_certbot_pre_hook" ] && [ -z "$weekly_certbot_post_hook" ];
45
	then
50
	then

Return to bug 273656