Renew X.509 for domain
documentedRenew X.509 certificate for domain.
POST /v2/x509/{domain}Domain Trackingno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mailgun.net/v2/x509/{{$domain}}" \
-X POST \
-u api:{{MAILGUN_API_KEY}} \
-H "Accept: application/json"