mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Merge pull request #4484 from fraenki/acme_480
security/acme-client: release 4.8
This commit is contained in:
commit
c43c95e390
3 changed files with 18 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= acme-client
|
||||
PLUGIN_VERSION= 4.7
|
||||
PLUGIN_VERSION= 4.8
|
||||
PLUGIN_COMMENT= ACME Client
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
PLUGIN_DEPENDS= acme.sh py${PLUGIN_PYTHON}-dns-lexicon
|
||||
|
|
|
|||
|
|
@ -8,6 +8,18 @@ WWW: https://github.com/acmesh-official/acme.sh
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
4.8
|
||||
|
||||
BREAKING CHANGE: Let's Encrypt ends support for the OCSP Must Staple
|
||||
extension on 30.01.2025. Issuance requests will fail if this option is
|
||||
still enabled past this date.
|
||||
|
||||
Changed:
|
||||
* Add note regarding the support of OCSP
|
||||
|
||||
Fixed:
|
||||
* SFTP automation unable to transfer certs (#4477)
|
||||
|
||||
4.7
|
||||
|
||||
Added:
|
||||
|
|
|
|||
|
|
@ -68,11 +68,15 @@
|
|||
<type>dropdown</type>
|
||||
<help><![CDATA[Specify the domain key length: 2048, 3072, 4096, 8192 or ec-256, ec-384.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<label><![CDATA[NOTE: OCSP is not supported by all CAs.]]></label>
|
||||
<type>info</type>
|
||||
</field>
|
||||
<field>
|
||||
<id>certificate.ocsp</id>
|
||||
<label>OCSP Must Staple</label>
|
||||
<type>checkbox</type>
|
||||
<help>Generate and add OCSP Must Staple extension to the certificate.</help>
|
||||
<help>Generate and add OCSP Must Staple extension to the certificate. When this option is enabled and issueance/renewal requests fail, then this extension is probably not supported by the CA.</help>
|
||||
</field>
|
||||
<field>
|
||||
<label>Advanced Settings</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue