-
-
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
scaleway: use official SDK #1393
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@vanonox could you fix your PR? |
Could you also provide the output of the command: rm -rf .lego
./lego -m your@email.com --dns YOUR_PROVIDER_NAME -d *.example.com -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run |
ldez
added
contrib/waiting-for-feedback
and removed
contrib/waiting-for-correction
labels
Apr 27, 2021
vanonox
force-pushed
the
scalewayv2beta1
branch
from
April 27, 2021 23:42
919bf87
to
a083ed6
Compare
hi thx @ldez please find the log : 2021/04/28 01:51:52 Please review the TOS at https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
Do you accept the TOS? Y/n
y
2021/04/28 01:51:53 [INFO] acme: Registering account for vanonox@gmail.com
!!!! HEADS UP !!!!
Your account credentials have been saved in your Let's Encrypt
configuration directory at "/Users/vanono/src/github.com/go-acme/lego/.lego/accounts".
You should make a secure backup of this folder now. This
configuration directory will also contain certificates and
private keys obtained from Let's Encrypt so making regular
backups of this folder is ideal.
2021/04/28 01:51:54 [INFO] [*.vanhau.net, vanhau.net] acme: Obtaining bundled SAN certificate
2021/04/28 01:51:55 [INFO] [*.vanhau.net] AuthURL: https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/36090891
2021/04/28 01:51:55 [INFO] [vanhau.net] AuthURL: https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/36090892
2021/04/28 01:51:55 [INFO] [*.vanhau.net] acme: use dns-01 solver
2021/04/28 01:51:55 [INFO] [vanhau.net] acme: Could not find solver for: tls-alpn-01
2021/04/28 01:51:55 [INFO] [vanhau.net] acme: Could not find solver for: http-01
2021/04/28 01:51:55 [INFO] [vanhau.net] acme: use dns-01 solver
2021/04/28 01:51:55 [INFO] [*.vanhau.net] acme: Preparing to solve DNS-01
2021/04/28 01:51:55 [INFO] [vanhau.net] acme: Preparing to solve DNS-01
2021/04/28 01:51:55 [INFO] [*.vanhau.net] acme: Trying to solve DNS-01
2021/04/28 01:51:55 [INFO] [*.vanhau.net] acme: Checking DNS record propagation using [9.9.9.9:53]
2021/04/28 01:52:05 [INFO] Wait for propagation [timeout: 2m0s, interval: 10s]
2021/04/28 01:52:10 [INFO] [*.vanhau.net] The server validated our request
2021/04/28 01:52:10 [INFO] [vanhau.net] acme: Trying to solve DNS-01
2021/04/28 01:52:10 [INFO] [vanhau.net] acme: Checking DNS record propagation using [9.9.9.9:53]
2021/04/28 01:52:20 [INFO] Wait for propagation [timeout: 2m0s, interval: 10s]
2021/04/28 01:52:21 [INFO] [vanhau.net] The server validated our request
2021/04/28 01:52:21 [INFO] [*.vanhau.net] acme: Cleaning DNS-01 challenge
2021/04/28 01:52:21 [INFO] [vanhau.net] acme: Cleaning DNS-01 challenge
2021/04/28 01:52:21 [INFO] [*.vanhau.net, vanhau.net] acme: Validations succeeded; requesting certificates
2021/04/28 01:52:24 [INFO] [*.vanhau.net] Server responded with a certificate. |
ldez
reviewed
Apr 28, 2021
ldez
approved these changes
Apr 28, 2021
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.
Thank you 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
this is to use the official Scaleway SDK (allowing new feature like Project) and making update easier in the futur
Thanks