mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
cli: Add IKE Intermediate flag for strongSwan server CSR
This commit is contained in:
parent
cf0317f7b3
commit
d4f735c34d
@ -329,7 +329,7 @@ def certidude_setup_strongswan_server(url, config, secrets, subnet, route, email
|
|||||||
org_unit,
|
org_unit,
|
||||||
email_address,
|
email_address,
|
||||||
key_usage="nonRepudiation,digitalSignature,keyEncipherment",
|
key_usage="nonRepudiation,digitalSignature,keyEncipherment",
|
||||||
extended_key_usage="serverAuth",
|
extended_key_usage="serverAuth,1.3.6.1.5.5.8.2.2",
|
||||||
ip_address=None if local.is_private else local,
|
ip_address=None if local.is_private else local,
|
||||||
dns=None if local.is_private or "." not in fdqn else fdqn,
|
dns=None if local.is_private or "." not in fdqn else fdqn,
|
||||||
wait=True)
|
wait=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user