Skip to content

Instantly share code, notes, and snippets.

@n0toose
Created October 11, 2020 06:42
Show Gist options
  • Save n0toose/dbc2393b6e3a5e6326fc53b2c859b1a1 to your computer and use it in GitHub Desktop.
Save n0toose/dbc2393b6e3a5e6326fc53b2c859b1a1 to your computer and use it in GitHub Desktop.
Small script for installing the acme.dn42 certificate
wget http://acme.dn42/dn42acme.pem
sudo cp dn42acme.pem /etc/ssl/certs
sudo openssl x509 -noout -hash -in dn42acme.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment