this is on sshciso_calc and is only so certbot can create a certificate
you should copy it to your machine, and follow the instructions in /api/documentation/selfsignedcertificate
Then you should add to /etc/hosts a line:
127.0.0.1 localhost.cisoteria.com
the certificate is not really a self signed - but a certbot certificate. It should work until expired, then you should copy the new one from this server
The certificate was created using: `sudo certbot`
Use: `cat /etc/nginx/sites-enabled/localhost.cisoteria.com` to see the location of the certificate
sudo cp /etc/letsencrypt/live/localhost.cisoteria.com/fullchain.pem ~
sudo cp /etc/letsencrypt/live/localhost.cisoteria.com/privkey.pem ~
OR JUST COPY - PASTE THE CONTENT OF THE FILES:
sudo cat /etc/letsencrypt/live/localhost.cisoteria.com/fullchain.pem
sudo cat /etc/letsencrypt/live/localhost.cisoteria.com/privkey.pem