November 28, 20223 yr Hello, I have just tried setting a proxy host configuration with these settings (see screenshoots). When i click to generate a new certificate on the save button, it displays an error 'internal error'. Any idea how to solve this problem ? Regards.
November 28, 20223 yr I had that happen to me too. You have to set up the port forwarding on your router first so letsencrypt can callback to your NPM. You probably have NPM docker port as something other than 80 (443), so remember to set you router to be 80 (443) incoming, and 180 (1443) as the target. Sent from my ONEPLUS A6003 using Tapatalk
November 29, 20223 yr Author certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-14" --agree-tos --authenticator webroot --email "[email protected]" --preferred-challenges "dns,http" --domains "mydomain.fr" I can see errors when generating the certificate : The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet. Edited November 29, 20223 yr by chis34
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.