mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add extended key usages to module_utils/crypto.py (#30128)
* Add extended key usages
This commit is contained in:
parent
4a3a8ac616
commit
2f06d572ba
1 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,12 @@ keyUsageLong = {
|
||||||
}
|
}
|
||||||
|
|
||||||
extendedKeyUsageLong = {
|
extendedKeyUsageLong = {
|
||||||
|
"anyExtendedKeyUsage": "Any Extended Key Usage",
|
||||||
|
"ipsecEndSystem": "IPSec End System",
|
||||||
|
"ipsecTunnel": "IPSec Tunnel",
|
||||||
|
"ipsecUser": "IPSec User",
|
||||||
|
"msSGC": "Microsoft Server Gated Crypto",
|
||||||
|
"nsSGC": "Netscape Server Gated Crypto",
|
||||||
"serverAuth": "TLS Web Server Authentication",
|
"serverAuth": "TLS Web Server Authentication",
|
||||||
"clientAuth": "TLS Web Client Authentication",
|
"clientAuth": "TLS Web Client Authentication",
|
||||||
"codeSigning": "Code Signing",
|
"codeSigning": "Code Signing",
|
||||||
|
|
Loading…
Reference in a new issue