mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Correct docs/changelog
This commit is contained in:
parent
073fc0e7a6
commit
68205796e9
12 changed files with 14 additions and 14 deletions
|
@ -1 +1 @@
|
||||||
Fixed x509.certificate_managed creates new certificate every run
|
Fixed x509.certificate_managed creates new certificate every run in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Fixed x509.read_certificate error when reading a Microsoft CA issued certificate
|
Fixed x509.read_certificate error when reading a Microsoft CA issued certificate in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Fixed warning about replace=True with x509.certificate_managed
|
Fixed warning about replace=True with x509.certificate_managed in the new cryptography x509 module.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Fixed x509.certificate_managed has DoS effect on master
|
Fixed x509.certificate_managed has DoS effect on master in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Fixed x509.certificate_managed rolls certificates every now and then
|
Fixed x509.certificate_managed rolls certificates every now and then in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Fixed x509.create_csr creates invalid CSR by default
|
Fixed x509.create_csr creates invalid CSR by default in the new cryptography x509 module.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Added management of ECDSA/EdDSA private keys with x509 modules
|
Added management of ECDSA/EdDSA private keys with x509 modules in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Added x509 modules support for different output formats
|
Added x509 modules support for different output formats in the new cryptography x509 module. Please migrate to the new cryptography x509 module for this improvement.
|
||||||
|
|
|
@ -5,7 +5,7 @@ Manage X509 certificates
|
||||||
|
|
||||||
:depends: M2Crypto
|
:depends: M2Crypto
|
||||||
|
|
||||||
.. deprecated:: 3006
|
.. deprecated:: 3006.0
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
This module has been deprecated and will be removed
|
This module has been deprecated and will be removed
|
||||||
|
|
|
@ -4,7 +4,7 @@ Manage X.509 certificates
|
||||||
|
|
||||||
:depends: cryptography
|
:depends: cryptography
|
||||||
|
|
||||||
.. versionadded:: 3006
|
.. versionadded:: 3006.0
|
||||||
|
|
||||||
This module represents a complete rewrite of the original ``x509`` modules
|
This module represents a complete rewrite of the original ``x509`` modules
|
||||||
and is named ``x509_v2`` since it introduces breaking changes.
|
and is named ``x509_v2`` since it introduces breaking changes.
|
||||||
|
|
|
@ -5,7 +5,7 @@ Manage X509 Certificates
|
||||||
|
|
||||||
:depends: M2Crypto
|
:depends: M2Crypto
|
||||||
|
|
||||||
.. deprecated:: 3006
|
.. deprecated:: 3006.0
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
This module has been deprecated and will be removed
|
This module has been deprecated and will be removed
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Manage X.509 certificates
|
Manage X.509 certificates
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
.. versionadded:: 3006
|
.. versionadded:: 3006.0
|
||||||
|
|
||||||
This module represents a complete rewrite of the original ``x509`` modules
|
This module represents a complete rewrite of the original ``x509`` modules
|
||||||
and is named ``x509_v2`` since it introduces breaking changes.
|
and is named ``x509_v2`` since it introduces breaking changes.
|
||||||
|
@ -706,7 +706,7 @@ def crl_managed(
|
||||||
|
|
||||||
encoding
|
encoding
|
||||||
Specify the encoding of the resulting certificate revocation list.
|
Specify the encoding of the resulting certificate revocation list.
|
||||||
It can serialized as a ``pem`` text or binary ``der`` file.
|
It can be serialized as a ``pem`` text or binary ``der`` file.
|
||||||
Defaults to ``pem``.
|
Defaults to ``pem``.
|
||||||
|
|
||||||
extensions
|
extensions
|
||||||
|
@ -962,7 +962,7 @@ def csr_managed(
|
||||||
|
|
||||||
encoding
|
encoding
|
||||||
Specify the encoding of the resulting certificate revocation list.
|
Specify the encoding of the resulting certificate revocation list.
|
||||||
It can serialized as a ``pem`` text or binary ``der`` file.
|
It can be serialized as a ``pem`` text or binary ``der`` file.
|
||||||
Defaults to ``pem``.
|
Defaults to ``pem``.
|
||||||
|
|
||||||
kwargs
|
kwargs
|
||||||
|
|
Loading…
Add table
Reference in a new issue