Skip to content

Commit

Permalink
Dont use intermediate cert (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivakar authored and cartertinney committed Aug 28, 2023
1 parent 9118ab7 commit e781c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/infra_tools/certGen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ca_chain_prefix="azure-iot-test-only.chain.ca"
intermediate_ca_dir="."
openssl_root_config_file="./openssl_root_ca.cnf"
openssl_intermediate_config_file="./openssl_device_intermediate_ca.cnf"
intermediate_ca_password="1234"
root_ca_prefix="azure-iot-test-only.root.ca"
intermediate_ca_prefix="azure-iot-test-only.intermediate"

Expand Down Expand Up @@ -123,6 +122,7 @@ function generate_intermediate_ca()
fi

root_ca_password="${1}"
intermediate_ca_password="${1}"

local common_name="Azure IoT Hub Intermediate Cert Test Only"

Expand Down

0 comments on commit e781c76

Please sign in to comment.