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
I whipped up something similar to your idea from verification.md a couple of days ago, with php:
RewriteEngine on
RewriteRule ^/.well-known/acme-challenge/(.*)$ /acme-challenge.php?challenge=$1&thumbprint=<output of letsencrypt.sh thumbprint> [L,B]
I whipped up something similar to your idea from verification.md a couple of days ago, with php:
acme-challenge.php:
The text was updated successfully, but these errors were encountered: