security/acme-client: add NSUPDATE_SERVER_PORT configuration
@fraenki is already working on this.
Since Dec 30, 2024.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 863
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 10
Description
Important notices
- I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
I'm running a local Bind client on port 53530. The nsupdate DNS challenge only allows to set a server name, while acme.sh also allows to set a server port, but that setting is not in the OPNsense UI
Describe the solution you'd like
Can we add a port setting to the acme-client plugin UI for the nsupdate DNS challenge? It should correspond with NSUPDATE_SERVER_PORT
Describe alternatives you've considered
I've manually edited the acme-client config (/var/etc/acme-client/accounts/xxx_stg/account.conf) to edit the NSUPDATE_SERVER_PORT and that works as expected
Contributor guide
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.
Assessment
This issue has not been assessed yet.