Skip to content

Commit

Permalink
entrust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcrawford45 committed Nov 2, 2023
1 parent edab2da commit a106fb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lemur/plugins/lemur_digicert/tests/test_digicert.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"DIGICERT_CIS_PROFILE_NAMES": {"digicert": 'digicert'},
"DIGICERT_CIS_SIGNING_ALGORITHMS": {"digicert": 'digicert'},
"DIGICERT_CIS_ROOTS": {"root": "ROOT"},
"DIGICERT_CIS_USE_CSR_FIELDS": True,
"DIGICERT_CIS_USE_CSR_FIELDS": False,
}


Expand Down
4 changes: 3 additions & 1 deletion lemur/plugins/lemur_entrust/tests/test_entrust.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"ENTRUST_NAME": "test",
"ENTRUST_EMAIL": "test@lemur.net",
"ENTRUST_PHONE": "0123456",
"ENTRUST_PRODUCT_ENTRUST": "ADVANTAGE_SSL"
"ENTRUST_PRODUCT_ENTRUST": "ADVANTAGE_SSL",
'ENTRUST_USE_EKU': True,
'ENTRUST_DEFAULT_EKU': 'SERVER_AND_CLIENT_AUTH',
}


Expand Down

0 comments on commit a106fb3

Please sign in to comment.