mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: remove obsolete account parameters
This commit is contained in:
@@ -18,6 +18,9 @@ Changed:
|
||||
* rename "Let's Encrypt Environment" to "ACME CA" (#2361)
|
||||
* preserve old LE accounts/certs by adding a compatibility layer (#2361)
|
||||
|
||||
Removed:
|
||||
* remove obsolete account parameters: certificateAuthority, lastUpdate
|
||||
|
||||
2.6
|
||||
|
||||
Added:
|
||||
|
||||
-7
@@ -23,11 +23,4 @@
|
||||
<type>text</type>
|
||||
<help>Optional e-mail address for this account.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>account.certificateAuthority</id>
|
||||
<label>Certificate Authority</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Select the certificate authority for this account.]]></help>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
@@ -144,21 +144,10 @@
|
||||
<email type="EmailField">
|
||||
<Required>N</Required>
|
||||
</email>
|
||||
<certificateAuthority type="OptionField">
|
||||
<Required>Y</Required>
|
||||
<default>letsencrypt</default>
|
||||
<OptionValues>
|
||||
<letsencrypt>Let's Encrypt CA</letsencrypt>
|
||||
</OptionValues>
|
||||
</certificateAuthority>
|
||||
<!-- hidden field; the private key for this account -->
|
||||
<key type="TextField">
|
||||
<Required>N</Required>
|
||||
</key>
|
||||
<!-- TODO: old value that was migrated to statusLastUpdate, should be removed -->
|
||||
<lastUpdate type="IntegerField">
|
||||
<Required>N</Required>
|
||||
</lastUpdate>
|
||||
<!-- hidden field; status of last operation -->
|
||||
<statusCode type="IntegerField">
|
||||
<Required>N</Required>
|
||||
|
||||
Reference in New Issue
Block a user