diff --git a/lib/ansible/module_utils/crypto.py b/lib/ansible/module_utils/crypto.py index 3d51d064bd..d2724196c8 100644 --- a/lib/ansible/module_utils/crypto.py +++ b/lib/ansible/module_utils/crypto.py @@ -109,6 +109,12 @@ keyUsageLong = { } 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", "clientAuth": "TLS Web Client Authentication", "codeSigning": "Code Signing",