security/acme-client SFTP Upload of wildcard Certs
@fraenki is already working on this.
Since Apr 23, 2023.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 863
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 10
Description
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- 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.
- The title contains the plugin to which this issue belongs
Describe the bug
I used the "Upload Certificate via SFTP" automation to upload my wildcard certificate from the OPNsense to an ubuntu machine. The folder on the ubuntu machine was not named correctly. Instead of the folder name starting with * it instead started with -. So the folder name was -.example.org instead of *.examle.org
To Reproduce
Steps to reproduce the behavior:
- Upload a wildcard cert to an Ubuntu machine using the "Upload Certificate via SFTP" automation
- A folder named
-.example.orgappears
Expected behavior
A folder named *.example.org should appear on the Ubuntu machine
Environment
OPNsense 23.1.6-amd64
os-acme-client 3.16
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.