You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, could you please suggest or provide a code snippet, how to export domain TLS private key used for certificate(s) generation, from console client ACMECLI?
For example, following this guide, it's a file domain.key , generated by command openssl genrsa 4096 > domain.key and used for command
I've added some automation for ACMECLI (automatically passing file challenges by using FTP access to website/domain. If you want/need, I can create a pull request for that feature, it's really useful) and it works pretty fine, obtained certificate is good and valid, but FXDomains.com also requires a private key to install certificate.
So, for now I need to get it somehow in the text (not binary) form, could you help?
P.S. I'm very sorry, I definitely not a computer security & certificates expert so this area is pretty new for me.
The text was updated successfully, but these errors were encountered:
You may close this question, I already figured out.
P.S. If someone interested in the automated ACMECLI, with Http01 challenge type (you need to provide your ftp account credentials in options, sample command file provided) and private key export in .pem format, you can download archive from https://senssoft.com/ACMECLI.zip
P.S. By the way, I did this mode just 'cause I've hosted on stupid FXDomains (it was a free hosting with domain name purchase), they have pretty limited access and I can't use a certbot. This year they cancelled free hosting and asked for some money, so I successfully migrated to the Oracle Cloud Always Free tier, installed certbot and forgot about free SSL cert problem at all 😉
Hello, could you please suggest or provide a code snippet, how to export domain TLS private key used for certificate(s) generation, from console client ACMECLI?
For example, following this guide, it's a file domain.key , generated by command
openssl genrsa 4096 > domain.key
and used for commandI've added some automation for ACMECLI (automatically passing file challenges by using FTP access to website/domain. If you want/need, I can create a pull request for that feature, it's really useful) and it works pretty fine, obtained certificate is good and valid, but FXDomains.com also requires a private key to install certificate.
So, for now I need to get it somehow in the text (not binary) form, could you help?
P.S. I'm very sorry, I definitely not a computer security & certificates expert so this area is pretty new for me.
The text was updated successfully, but these errors were encountered: