security/acme-client: remove obsolete account parameters

This commit is contained in:
Frank Wall
2021-07-31 14:57:39 +02:00
parent 057e21c9a3
commit 53b20d2a17
3 changed files with 3 additions and 18 deletions
+3
View File
@@ -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:
@@ -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>