Skip to content

Instantly share code, notes, and snippets.

@rigwild
Created August 31, 2018 12:25
Show Gist options
  • Save rigwild/9b5c087b79e7c5cd3200bf5f7aaac7a8 to your computer and use it in GitHub Desktop.
Save rigwild/9b5c087b79e7c5cd3200bf5f7aaac7a8 to your computer and use it in GitHub Desktop.
Quickly validate a ACME Challenge for SSL certs validation
mkdir .well-known .well-known/acme-challenge
php -S www.your.domain.to.validate.com:80
# Simply set a DNS A pointing to the server's IP and use this to pass the ACME Challenge
# to validate your SSL certificates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment