mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
5 lines
158 B
Bash
5 lines
158 B
Bash
|
|
#!/bin/sh
|
||
|
|
curl -X POST 'http://localhost:8055/set-txt' -d \
|
||
|
|
"{\"host\": \"_acme-challenge.$CERTBOT_DOMAIN.\", \
|
||
|
|
\"value\": \"$CERTBOT_VALIDATION\"}"
|