From 0291cfc270603fa16577d077f55055ce10daecff Mon Sep 17 00:00:00 2001 From: gustavfroding <49125732+gustavfroding@users.noreply.github.com> Date: Fri, 23 May 2025 13:18:07 +0200 Subject: [PATCH] Added spaceship DNS provider --- global/certbot-dns-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 1f98eaea0..4ed7a530f 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -503,6 +503,14 @@ "credentials": "[default]\naws_access_key_id=AKIAIOSFODNN7EXAMPLE\naws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY", "full_plugin_name": "dns-route53" }, + "spaceship": { + "name": "Spaceship", + "package_name": "certbot-dns-spaceship", + "version": "~=1.0.4", + "dependencies": "", + "credentials": "[spaceship]\napi_key=your_api_key\napi_secret=your_api_secret", + "full_plugin_name": "dns-spaceship" + }, "strato": { "name": "Strato", "package_name": "certbot-dns-strato",