NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Support bare IP adresss for SSL certificates (LetsEncrypt)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
https://letsencrypt.org/2025/07/01/issuing-our-first-ip-address-certificate/
You can now issue certificates over http-01 for IP adresses through Let's Encrypt, should be simple to implement.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Let's Encrypt announcement, then trace the repository's certificate issuance flow to find where hostnames are validated and HTTP-01 challenges are configured. Done means a bare IP address can obtain and use a Let's Encrypt certificate through the normal proxy-host workflow, with the relevant behavior covered by the repository's existing tests if applicable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, typescript
- Domain
- backend, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100