Entrust just looks into CSR for RSA/EC key type

This commit is contained in:
Hossein Shafagh 2020-10-23 18:03:27 -07:00
parent 9957120a7f
commit 0e02abbb37
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ def process_options(options):
"eku": "SERVER_AND_CLIENT_AUTH",
"certType": product_type,
"certExpiryDate": validity_end,
# "keyType": "RSA", Entrust complaining about this parameter
"tracking": tracking_data
}
return data