Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 3569886

Browse files
committed
added password to example command to simplify execution
1 parent 190ca8d commit 3569886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • codex-processes-ap1-docker-test-setup

codex-processes-ap1-docker-test-setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Console 6: Start Data Trigger Process at DIC using the following command
9797
curl -H "Accept: application/xml+fhir" -H "Content-Type: application/fhir+xml" \
9898
-d @codex-process-data-transfer/src/test/resources/fhir/Task/TaskStartDataTrigger.xml \
9999
--ssl-no-revoke --cacert codex-processes-ap1-test-data-generator/cert/ca/testca_certificate.pem \
100-
--cert codex-processes-ap1-test-data-generator/cert/Webbrowser_Test_User/Webbrowser_Test_User_certificate.pem \
100+
--cert codex-processes-ap1-test-data-generator/cert/Webbrowser_Test_User/Webbrowser_Test_User_certificate.pem:password \
101101
--key codex-processes-ap1-test-data-generator/cert/Webbrowser_Test_User/Webbrowser_Test_User_private-key.pem \
102102
https://dic/fhir/Task
103103
```

0 commit comments

Comments
 (0)