Hello. I have a big problem with SSL. Today Let’s encrypt don’t renew my domains. One of them is a subdomain of linkpc.net and the log says “too many certificates already issued for: linkpc.net”.
So i need the certificate of another certifier. I think that https://zerossl.com is a good option, but in the second step the web tell me that i have to put a file in this
.well-known/acme-challenge/
¿Where is this directory? ¿Where can i put the file?
Check your /etc/nginx/conf.d/local.conf file and see (around line 36) this location is aliased as follows:
location /.well-known/acme-challenge/ {
# This path must be served over HTTP for ACME domain validation.
# We map this to a special path where our TLS cert provisioning
# tool knows to store challenge response files.
alias /home/user-data/ssl/lets_encrypt/webroot/.well-known/acme-challenge/;
}