acme

How to add new domain
Login

If you are going to add new domain into your server confgiration, perfrom following steps

  1. Create some test certificate, which can be either self-signed or signed by your private CA. Name certificate and its private key as these scripts expect domain.crt and domain.key respectively
  2. Configure your server to use this certificate. Test the configuration.
  3. Configure your server to answer http requests on 80 port on your domain and serve files from ~acme/public_html as domain/.well-known/acme-challenge/filename
  4. Add line for this domain into /etc/acme-certs
  5. Invoke create_csr script with domain in the command line
  6. Wait until cron will invoke two other scripts or invoke them manually. Don't forget that request_crt should run as user acme, not as root.