diafygi / acme-nosudo

Free HTTPS certificates without having to trust the letsencrypt cli with sudo/root
GNU Affero General Public License v3.0
1.19k stars 128 forks source link

Private key option #63

Closed pryland closed 8 years ago

pryland commented 8 years ago

Adds the ability to fully automate the script by providing the user private key (when the user trusts the script). I understand that the purpose of this script was to avoid that, but I trust the script and find this option useful so others might also.

I've added this on top of the other pull request, but I'm happy to split it off if you want.

diafygi commented 8 years ago

Thanks, but this script should not know your private keys. Use another client (like acme-tiny instead).

peteryland commented 8 years ago

Thanks, acme-tiny is exactly what I'm looking for!