Difference between revisions of "Letsencrypt dns challenge"

From UVOO Tech Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
# Manual sub domain
 +
```
 +
certbot -d *.foo.example.com --manual --preferred-challenges dns certonly
 +
```
 +
 +
```
 +
_acme-challenge.foo.example.com with the following value:
 +
 +
blablahsometextkey
 +
```
 +
 
# Godaddy & AWS
 
# Godaddy & AWS
 
- https://chariotsolutions.com/blog/post/automating-lets-encrypt-certificate-renewal-using-dns-challenge-type/
 
- https://chariotsolutions.com/blog/post/automating-lets-encrypt-certificate-renewal-using-dns-challenge-type/

Latest revision as of 00:17, 17 April 2023

Manual sub domain

certbot -d *.foo.example.com --manual --preferred-challenges dns certonly
_acme-challenge.foo.example.com with the following value:

blablahsometextkey

Godaddy & AWS

Aks

-https://dev.to/mimetis/using-dns01-challenge-and-let-s-encrypt-to-secure-your-aks-kubernetes-cluster-5g42