Sign in

Activate X.509 for domain

documented

Activate X.509 certificate for domain.

PUT /v2/x509/{domain}Domain Trackingno implementation yet0 runs
No 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 PUT \
  -u \"api:{{MAILGUN_API_KEY}}\" \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\" \
  -d '{\"certificate\": \"{{$certificate}}\", \"private_key\": \"{{$private_key}}\"}'