Difference between revisions of "Letsencrypt dns challenge"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# Aks -https://dev.to/mimetis/using-dns01-challenge-and-let-s-encrypt-to-secure-your-aks-kubernetes-cluster-5g42")
 
 
(One intermediate revision by the same user not shown)
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
 +
- https://chariotsolutions.com/blog/post/automating-lets-encrypt-certificate-renewal-using-dns-challenge-type/
 +
 
# Aks
 
# Aks
  
 
-https://dev.to/mimetis/using-dns01-challenge-and-let-s-encrypt-to-secure-your-aks-kubernetes-cluster-5g42
 
-https://dev.to/mimetis/using-dns01-challenge-and-let-s-encrypt-to-secure-your-aks-kubernetes-cluster-5g42

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