Appearance
HTTPS certificate
Guide to Install HTTPS Certificate on a Linux Server
Note: In both procedures, where you are instructed to "git clone", it should be done only once.
Procedure for Apache
Download the files:
bashgit clone https://github.com/ArduinoDenis/certificato-https.gitNavigate to the downloaded files folder:
bashcd /certificato-httpsProvide executable permissions to the
apache.shfile:bashsudo chmod 777 apache.shExecute the
apache.shfile:bash./apache.sh
Procedure for Nginx
Download the files:
bashgit clone https://github.com/ArduinoDenis/certificato-https.gitNavigate to the downloaded files folder:
bashcd /certificato-httpsProvide executable permissions to the
nginx.shfile:bashsudo chmod 777 nginx.shExecute the
nginx.shfile:bash./nginx.sh
Check the screenshots below for assistance:
- Enter your email address.
- Type
A.
- Type
N.
- Wait for the procedure to finish.
- At the end of the procedure, it will notify you that the HTTPS certificate has been successfully installed.
Procedure to Renew the HTTPS Certificate
Navigate to the certificate HTTPS folder:
bashcd /certificato-httpsProvide executable permissions to the
rinnovare-https.shfile:bashsudo chmod 777 rinnovare-https.shExecute the
rinnovare-https.shfile:bash./rinnovare-https.sh
