Skip to content
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
merged 1 commit into from
Sep 30, 2021
Merged

infomaniak: fix subzone support #1497

merged 1 commit into from
Sep 30, 2021

Conversation

L3o-pold
Copy link
Contributor

fix #1495

@L3o-pold
Copy link
Contributor Author

L3o-pold commented Sep 30, 2021

$ 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 ldez changed the title Fix Infomaniak provider with subzone infomaniak: fix provider with subzone Sep 30, 2021
@ldez ldez added this to the v4.5 milestone Sep 30, 2021
@ldez ldez changed the title infomaniak: fix provider with subzone infomaniak: fix subzone support Sep 30, 2021
Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

@ldez ldez enabled auto-merge (squash) September 30, 2021 19:06
@ldez ldez merged commit 1bd6638 into go-acme:master Sep 30, 2021
@phil737
Copy link

phil737 commented Oct 1, 2021

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
Development

Successfully merging this pull request may close these issues.

Wrong DNS entry created, forgetting subdomain
3 participants