diff --git a/backend/bdd/features/pki/acme/auth.feature b/backend/bdd/features/pki/acme/auth.feature index b70599b66..4605e2eef 100644 --- a/backend/bdd/features/pki/acme/auth.feature +++ b/backend/bdd/features/pki/acme/auth.feature @@ -9,7 +9,6 @@ Feature: Authorization Then I add names to certificate signing request csr """ { - "ORGANIZATION_NAME": "Infisical Inc", "COMMON_NAME": "localhost" } """ diff --git a/backend/bdd/features/pki/acme/challenge.feature b/backend/bdd/features/pki/acme/challenge.feature index 8a0237631..3f3690838 100644 --- a/backend/bdd/features/pki/acme/challenge.feature +++ b/backend/bdd/features/pki/acme/challenge.feature @@ -9,7 +9,6 @@ Feature: Challenge Then I add names to certificate signing request csr """ { - "ORGANIZATION_NAME": "Infisical Inc", "COMMON_NAME": "localhost" } """ @@ -20,4 +19,5 @@ Feature: Challenge Then I serve challenge response for challenge at localhost Then I tell ACME server that challenge is ready to be verified Then I poll and finalize the ACME order order as finalized_order + Then the value finalized_order.body.status should be equal to valid # TODO: check the fullchain pem content of the order diff --git a/backend/bdd/features/pki/acme/order.feature b/backend/bdd/features/pki/acme/order.feature index 49f72e485..2a85dc84c 100644 --- a/backend/bdd/features/pki/acme/order.feature +++ b/backend/bdd/features/pki/acme/order.feature @@ -9,7 +9,6 @@ Feature: Order Then I add names to certificate signing request csr """ { - "ORGANIZATION_NAME": "Infisical Inc", "COMMON_NAME": "localhost" } """ @@ -31,7 +30,6 @@ Feature: Order Then I add names to certificate signing request csr """ { - "ORGANIZATION_NAME": "Infisical Inc", "COMMON_NAME": "localhost" } """ @@ -63,7 +61,6 @@ Feature: Order Then I add names to certificate signing request csr """ { - "ORGANIZATION_NAME": "Infisical Inc", "COMMON_NAME": "localhost" } """