-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DNS provider for Spaceship #2406
Conversation
Ping @caoyuekun123 & @aijumpx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the UnFqdn
changes in the comments, this branch successfully provisions a certificate for me using the Spaceship API. Thanks!
@jerdfelt can you put the output of this command into a comment: make build
rm -rf .lego
SPACESHIP_API_KEY=xxx \
SPACESHIP_API_SECRET=xxx \
./dist/lego -m [email protected] --dns spaceship -d *.example.com -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run Note the wildcard domain is important. The email, domain, and credentials should be replaced with your information and redacted before posting the output. |
This output also included the base name as a SAN, but I think it should be what you're looking for
|
Yes it's exactly what I looking for, thank you 👍 |
go mod tidy
Ping @caoyuekun123 & @aijumpx, can you run the command (with your domain, email, credentials, etc.)?
Closes #2401
How to test this PR?
git clone https://github.com/ldez/lego.git cd lego git checkout wip/spaceship
make
:make build
make
:go build -o dist/lego ./cmd/lego