Where to find SSL certificates generated by win-acme

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: https://dustie.com.tw/

I ran this command: win-acme

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version): liux

My hosting provider, if applicable, is: cloudmax

I can login to a root shell on my machine (yes or no, or I don't know):

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): plesk

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

Depends on how you used it. Have you consulted the docs?

1 Like

I was able to get the response from adding records in my Plesk as follows but not sure where I can download the SSL created

It depends what you are going to use the certificate for but win-acme will generate a PFX (combined cert+private key PKCS#12 archive) then store the cert+key it in the local machine Web Hosting store.

There are various options to export the files where you want them, for instance if you need PEM format files:
https://www.win-acme.com/reference/plugins/store/pemfiles

Or if you need a PFX file:

https://www.win-acme.com/reference/plugins/store/pfxfile

If you actually need a certificate for a linux based web server you may want to consider using a linux based tool like Certbot.

1 Like