tutor/tutor/templates/hooks/certbot/create

2 lines
158 B
Plaintext

certbot certonly --standalone -n --agree-tos -m admin@{{ LMS_HOST }} -d {{ LMS_HOST }} -d {{ CMS_HOST }} -d preview.{{ LMS_HOST }}
{{ patch("https-create") }}