Certificates in nginx

From artserver wiki
Revision as of 10:04, 16 September 2019 by Andre (talk | contribs) (Created page with "16.09.2019 * add docroot (done) * add nginx vhost (use nginx_modsite for enabling / disabling vhosts) * if dns is pointing to the server already and the docroot is readable f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

16.09.2019

  • add docroot (done)
  • add nginx vhost (use nginx_modsite for enabling / disabling vhosts)
  • if dns is pointing to the server already and the docroot is readable

for the webserver, then

  • `certbot-auto -d domain.top`
    • it asks if you want a permanent redirect to ssl: yes


... more about "Certificates in nginx"
Code Notes +