-
-
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
infomaniak: fix subzone support #1497
Merged
ldez
merged 1 commit into
go-acme:master
from
Infomaniak:hotfix/infomaniak-provider-subzone
Sep 30, 2021
Merged
infomaniak: fix subzone support #1497
ldez
merged 1 commit into
go-acme:master
from
Infomaniak:hotfix/infomaniak-provider-subzone
Sep 30, 2021
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
$ export INFOMANIAK_ACCESS_TOKEN=****
$ dist/lego -m **@**.com --dns infomaniak -d *.ia-platform.ch -d ia-platform.ch -s https://acme-staging-v02.api.letsencrypt.org/directory run
2021/09/30 20:29:33 No key found for account **@**.com. Generating a P256 key.
2021/09/30 20:29:33 Saved key to /Users/**/go/src/github.com/go-acme/lego/.lego/accounts/acme-staging-v02.api.letsencrypt.org/**@**.com/keys/**@**.com.key
2021/09/30 20:29:34 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/09/30 20:29:41 [INFO] acme: Registering account for **@**.com
!!!! HEADS UP !!!!
Your account credentials have been saved in your Let's Encrypt
configuration directory at "/Users/**/go/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/09/30 20:29:41 [INFO] [*.ia-platform.ch, ia-platform.ch] acme: Obtaining bundled SAN certificate
2021/09/30 20:29:43 [INFO] [*.ia-platform.ch] AuthURL: https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/602636818
2021/09/30 20:29:43 [INFO] [ia-platform.ch] AuthURL: https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/602636828
2021/09/30 20:29:43 [INFO] [*.ia-platform.ch] acme: use dns-01 solver
2021/09/30 20:29:43 [INFO] [ia-platform.ch] acme: Could not find solver for: tls-alpn-01
2021/09/30 20:29:43 [INFO] [ia-platform.ch] acme: Could not find solver for: http-01
2021/09/30 20:29:43 [INFO] [ia-platform.ch] acme: use dns-01 solver
2021/09/30 20:29:43 [INFO] [*.ia-platform.ch] acme: Preparing to solve DNS-01
2021/09/30 20:29:44 [INFO] [ia-platform.ch] acme: Preparing to solve DNS-01
2021/09/30 20:29:44 [INFO] [*.ia-platform.ch] acme: Trying to solve DNS-01
2021/09/30 20:29:44 [INFO] [*.ia-platform.ch] acme: Checking DNS record propagation using [1.1.1.1:53 8.8.8.8:53]
2021/09/30 20:29:47 [INFO] Wait for propagation [timeout: 1m0s, interval: 2s]
2021/09/30 20:29:47 [INFO] [*.ia-platform.ch] acme: Waiting for DNS record propagation.
2021/09/30 20:29:49 [INFO] [*.ia-platform.ch] acme: Waiting for DNS record propagation.
2021/09/30 20:30:00 [INFO] [*.ia-platform.ch] The server validated our request
2021/09/30 20:30:00 [INFO] [ia-platform.ch] acme: Trying to solve DNS-01
2021/09/30 20:30:00 [INFO] [ia-platform.ch] acme: Checking DNS record propagation using [1.1.1.1:53 8.8.8.8:53]
2021/09/30 20:30:02 [INFO] Wait for propagation [timeout: 1m0s, interval: 2s]
2021/09/30 20:30:09 [INFO] [ia-platform.ch] The server validated our request
2021/09/30 20:30:09 [INFO] [*.ia-platform.ch] acme: Cleaning DNS-01 challenge
2021/09/30 20:30:10 [INFO] [ia-platform.ch] acme: Cleaning DNS-01 challenge
2021/09/30 20:30:11 [INFO] [*.ia-platform.ch, ia-platform.ch] acme: Validations succeeded; requesting certificates
2021/09/30 20:30:12 [INFO] [*.ia-platform.ch] Server responded with a certificate. |
ldez
changed the title
Fix Infomaniak provider with subzone
infomaniak: fix provider with subzone
Sep 30, 2021
ldez
changed the title
infomaniak: fix provider with subzone
infomaniak: fix subzone support
Sep 30, 2021
ldez
approved these changes
Sep 30, 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 👍
thank you for the super fast response !!! |
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.
fix #1495