Hi,
I use Directadmin shared server and I dont have access for SHH and my directadmin doesnt have Let’s Encrypt automatic ssl instaling options,
so I want install Let’s Encrypt manually,for this,
How can I earn Account Public Key?for using in gethttpsforfree.com
I'm not sure what you mean by "earn".
If you have ssh access to the server and are happy using bash commands, you can generate a private using openssl.
openssl genrsa KEY_SIZE > FILE_NAME
where KEY_SIZE is the the key size you want to use - eg 2048
and FILE_NAME is the name for your private key
1 Like
Hi serverco
I dont have ssh access,Is there any way without ssh?
thanks
Do you have openssl installed on your own computer ? if so you could generate it there.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.