-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
certificate expiration notice for domain #2646
Comments
@Hannahleer for a while now to overcome rate limiting issues netmaker used to manage certs via caddy, was this server created before v0.21.1 release, I think would think it was since it was a recent release. can you remove these cert references in your Caddy file |
It's v0.20.6 release |
alright as I mentioned remove the |
I have removed the tls from caddyfile and restart caddy. but i can't open the netmaker web ui now. |
can you paste logs from caddy? |
It has been restarted for a while, there are a lot of logs, sorry |
|
run these following. commands |
@abhishek9686 there seems still some problem, thanks Caddyfile:
|
I just noticed should i have remove all I only removed the first one,sorry |
and |
yes you need to remove all and restart the container |
I removed all tls and restart, but it's not work |
|
@abhishek9686 I have disabled the HSTS config, it's still not work.
|
@abhishek9686
seems like netmaker is missing a way to reissue expired certificates |
The problem for me was a bug in the ./zerossl-bot.sh "$CERTBOT_PARAMS" changed to: ./zerossl-bot.sh $CERTBOT_PARAMS not sure how it worked before but now everything back to normal |
did you remove the references from the caddy file? |
I'm hitting this issue too. Besides deleting all the lines of |
I hit this Issue too. Its from when they deprecated that nm-cert script I think. #2611 This thread was mostly red herrings from that change. The fix for me was to replace my Caddyfile and my docker-compose with the ones from the latest release then: And it was working again. https://github.com/gravitl/netmaker/blob/master/compose/docker-compose.yml |
Hello, I recently switched my network to netmaker.
I chose to use my own domain name during the installation process using the nm-quick.sh script.
However yesterday I received an email notification "Let's Encrypt certificate expiration notice for domain", telling me that [xxx.netmaker.example.com ] the domain name is about to expire.
I want to know if the certificate expires and affects the current network channel? And how to renew these certificates if necessary?
Thanks!!
The text was updated successfully, but these errors were encountered: