Skip to content
Discussion options

You must be logged in to vote

According to the instructions on Certificate Authority Authorization, a CAA return needs to be configured in order to use Let’s Encrypt for signing. I placed a coredns in front of interactsh to set the CAA value.

Here is my configuration: (172.21.0.1 is the IP address of the interactsh instance)

mydomain.tld {

   forward . 172.21.0.1 {
	force_tcp
   }

   template IN CAA mydomain.tld {
      answer "{{ .Name }} 0 IN CAA 0 issue \"letsencrypt.org\""
   }

}

@dwisiswant0 @mintpu

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dwisiswant0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. need more info
3 participants
Converted from issue

This discussion was converted from issue #1123 on April 27, 2025 14:12.