Skip to content

Fix #1936 - Add new ACME validation methods onion-csr-01 and bp-nodeid-00#1939

Merged
mxsasha merged 1 commit intointernetstandards:mainfrom
bwbroersma:gh1939-caa-acme-validation-add-onion-csr-01-bp-nodeid-00
Feb 24, 2026
Merged

Fix #1936 - Add new ACME validation methods onion-csr-01 and bp-nodeid-00#1939
mxsasha merged 1 commit intointernetstandards:mainfrom
bwbroersma:gh1939-caa-acme-validation-add-onion-csr-01-bp-nodeid-00

Conversation

@bwbroersma
Copy link
Collaborator

Automated with a bash one-liner:

$ sed -i -rz 's/(\nACME_VALIDATION_METHODS = \{\n)[^}]+(\})/\1'"$(curl -sSf https://www.iana.org/assignments/acme/acme-validation-methods.csv|awk -F, 'NR>1&&$3=="Y"{if(!c[$1])printf "    \"%s\",\\n",$1;c[$1]++}')"'\2/' checks/caa/parser.py

I noticed the duplicate http-01 and tls-alpn-01 got removed, that was an error and serves no mapping purpose right @mxsasha?

…sr-01` and `bp-nodeid-00`

    sed -i -rz 's/(\nACME_VALIDATION_METHODS = \{\n)[^}]+(\})/\1'"$(curl -sSf https://www.iana.org/assignments/acme/acme-validation-methods.csv|awk -F, 'NR>1&&$3=="Y"{if(!c[$1])printf "    \"%s\",\\n",$1;c[$1]++}')"'\2/' checks/caa/parser.py
@bwbroersma bwbroersma requested a review from mxsasha February 19, 2026 22:18
@mxsasha mxsasha merged commit 16f8871 into internetstandards:main Feb 24, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Add new ACME validation methods onion-csr-01 and bp-nodeid-00

2 participants