Skip to content
- run `certbot certonly –manual
- ssh into GoDaddy web server
- cd to
public_html/.well-known/acme-challenge
- create a file named the same as everything after the last slash in the certbot result
- vim into the file and paste the data certbot specifies (separated by a dot)
- press enter on certbot terminal
- login to godaddy cPanel > SSL/TLS
- click
update certificate
for the domain - paste the contents of CertBot\live\website\cert.pem into the CRT field
- paste the contents of CertBot\live\website\privkey.pem into the Private Key field
- leave the Certificate Authority field empty
- save