Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 07c-Working-with-PIDs_B2HANDLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ import os, shutil
```json
To connect to the epic server you need to provide a prefix, the private key and the certificate. This information is stored in a json file *cred_file.json* and should look like this:
{
"handle_server_url": "https://epic4.storage.surfsara.nl:8007",
"handle_server_url": "https://epic5.storage.surfsara.nl:8003",
"client": "rest",
"private_key": "privkey.pem",
"certificate_only": "certificate_only.pem",
"prefix": "21.T12995",
"handleowner": "200:0.NA/21.T12995",
"reverselookup_username": "21.T12995",
"reverselookup_password": "<passwd>",
"HTTPS_verify": "True"
"HTTPS_verify": "False"
}
```
On the user interface machines you can find such a file and all necessary certificates and keys in */<full path>/HandleCerts/*. Please adopt the *<full path>* appropriately.
Expand Down