[GH-ISSUE #670] letsencrypt wildcard certificates (without aliyun) #566

Closed
opened 2026-02-26 06:33:25 +03:00 by kerem · 3 comments
Owner

Originally created by @bookser on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/670

I would like to be able to use letsencrypt wildcard certificates without being limited to aliyun.

https://www.aliyun.com/

Originally created by @bookser on GitHub (Oct 21, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/670 I would like to be able to use letsencrypt wildcard certificates without being limited to aliyun. https://www.aliyun.com/
kerem 2026-02-26 06:33:25 +03:00
Author
Owner

@miguelwill commented on GitHub (Oct 27, 2020):

difficult to implement, since let's encrypt certificates are associated with a specific domain.
wildcard helps to use the same certificate with different sub-domains or host names, but all under one main domain.

<!-- gh-comment-id:717466280 --> @miguelwill commented on GitHub (Oct 27, 2020): difficult to implement, since let's encrypt certificates are associated with a specific domain. wildcard helps to use the same certificate with different sub-domains or host names, but all under one main domain.
Author
Owner

@chaptergy commented on GitHub (Nov 5, 2020):

Letsencrypt wildcard certificates are possible using the DNS-challenge. You could request a certificate for *.example.com and you receive a wildcard certificate. However Aliyun is not yet in the list of the supported DNS providers. You can check which providers are supported in the certbot-dns-plugins.js file.

<!-- gh-comment-id:722272686 --> @chaptergy commented on GitHub (Nov 5, 2020): Letsencrypt wildcard certificates are possible using the DNS-challenge. You could request a certificate for `*.example.com` and you receive a wildcard certificate. However Aliyun is not yet in the list of the supported DNS providers. You can check which providers are supported in the [`certbot-dns-plugins.js`](https://github.com/jc21/nginx-proxy-manager/blob/master/global/certbot-dns-plugins.js) file.
Author
Owner

@chaptergy commented on GitHub (May 10, 2021):

FYI, Aliyun has also been available a little while later.

<!-- gh-comment-id:836980205 --> @chaptergy commented on GitHub (May 10, 2021): FYI, Aliyun has also been available a little while later.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#566
No description provided.