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. https://crt.sh/?q=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: reservaweb.camsor.com.uy
I ran this command:certbot certonly --cert-name reservaweb.camsor.com.uy --manual --preferred-challenges dns
It produced this output: The date on my certificate is the same (no renew)
My web server is (include version):iis 8.5
The operating system my web server runs on is (include version): Windwos server 2012
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know): YES
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):
Part 7: Install The Certificate and Reverse the MIME mapping
Installing Certificate - I will not cover this here as there are plenty of guides available on this step.
You will also need to tell IIS to start using the certificate through the bindings. Once again there are plenty of guides on how to do this.
Lastly remove Remove the MIME extension from the IIS site by simply deleting it.
If all is successful you should be able to browse to your site and verify the various comments (e.g. expiry, certificate issuer and certificate serial).
I notice your files are symbolic links rather than the real files, that could be your problem. I assume you already have openssl working from the command line (i.e, it’s already installed).
I’m guessing from this that your cert was generated elsewhere and that’s why you are converting it. If your windows server is running the website you’re certificate is for (i.e. you can do http validation) or you are able to do DNS validation, just download and use https://certifytheweb.com on your server (it’s a UI which I develop for Windows).
win-acme is also a good tool if you prefer the command line.