6-Day and IP Address Certificates Are Generally Available
letsencrypt.org
6-Day and IP Address Certificates Are Generally Available
1–10 of 290 posts
Re: 6-Day and IP Address Certificates Are Generally Available
#2I think acme.sh supports it though.
Re: 6-Day and IP Address Certificates Are Generally Available
#3 lego --domains 206.189.27.68 --accept-tos --http --disable-cn run --profile shortlived
[1] https://go-acme.github.io/lego/Re: 6-Day and IP Address Certificates Are Generally Available
#4Re: 6-Day and IP Address Certificates Are Generally Available
#5This is interesting, I am guessing the use case for ip address certs is so your ephemeral services can do TLS communication, but now you don't need to depend on provisioning a record on the name server as well for something that you might be start hundreds or thousands of, that will only last for like an hour or day.
Re: 6-Day and IP Address Certificates Are Generally Available
#6This is interesting, I am guessing the use case for ip address certs is so your ephemeral services can do TLS communication, but now you don't need to depend on provisioning a record on the name server as well for something that you might be start hundreds or thousands of, that will only last for like an hour or day.
Re: 6-Day and IP Address Certificates Are Generally Available
#7This is interesting, I am guessing the use case for ip address certs is so your ephemeral services can do TLS communication, but now you don't need to depend on provisioning a record on the name server as well for something that you might be start hundreds or thousands of, that will only last for like an hour or day.
No dependency on a registrar sounds nice. More anonymous.
Re: 6-Day and IP Address Certificates Are Generally Available
#8For people who want IP certificates, keep in mind that certbot doesn't support it yet, with a PR still open to implement it: https://github.com/certbot/certbot/pull/10495 I think acme.sh supports it though.
Re: 6-Day and IP Address Certificates Are Generally Available
#9Re: 6-Day and IP Address Certificates Are Generally Available
#10As already noted on this thread, you can't use certbot today to get an IP address certificate. You can use lego [1], but figuring out the exact command line took me some effort yesterday. Here's what worked for me: lego --domains 206.189.27.68 --accept-tos --http --disable-cn run --profile shortlived [1] https://go-acme.github.io/lego/
(seems to be WIP https://github.com/caddyserver/caddy/issues/7399)