Closed ghost closed 6 years ago
Hey!
First of all you shouldn't be uploading your config file anywhere because it contains sensitive data (like your CPanel user/password). I removed it from your comment, but once published it's not safe anymore thus I strongly recommend that you change your password.
Regarding your problem it seems that issuing of a new certificate goes well, which rules out .htaccess
issues. The installation however is not even attempted, because you added ricksdomain.net
to the install blacklist, which means that the domain should be skipped.
To fix it just go ahead and leave both whitelist
and blacklist
sections of install
empty. This will automatically install certificates for all domains mentioned in the certificates
section.
Good catch, I thought I'd anonymized everything; I got the folder and domain name, just not the account. Sigh.
Will try that - thanks.
You can re-run the command after updating the config, it should re-use the already issued certificates just for the installation.
I clarified the configuration options in the config example and readme :) Hope everything goes well and good luck with your project!
At least I think that's the problem. Installation went fine.
Here's the output from bin/letsencrypt (I modified the expire to 91 so it would run a second time).
I went ahead and created the directories, but they don't seem to populate. The files are in /home/ricksID/letsencrypt/storage/certs/acme-v01.api.letsencrypt.org.directory/ricksdomain.net They do not show up in the GoDaddy Manage SSH Keys page.
It could relate to the fact that I'm trying to add the keys for a sub domain? I don't know.
I'm aware that I'll have to update the .htaccess file, but I need the certs to install first.