server.garden privileged automation agent (mirror of https://git.sequentialread.com/forest/rootsystem)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
650 B
22 lines
650 B
curl --cacert "greenhouseusers.com_CA.crt" \ |
|
--key "odroidxu4@greenhouseusers.com.key" \ |
|
--cert "odroidxu4@greenhouseusers.com.crt" \ |
|
-sS https://greenhouseusers.com:9056/clients |
|
|
|
curl --cacert "greenhouseusers.com_CA.crt" \ |
|
--key "odroidxu4@greenhouseusers.com.key" \ |
|
--cert "odroidxu4@greenhouseusers.com.crt" \ |
|
-sS -X PUT -H "Content-Type: application/json" -d ' |
|
[ |
|
{ |
|
"ClientIdentifier": "odroidxu4", |
|
"ListenPort": 80, |
|
"ListenAddress": "0.0.0.0", |
|
"ListenHostnameGlob": "*", |
|
"BackEndService": "http", |
|
"HaProxyProxyProtocol": false |
|
} |
|
] |
|
' https://greenhouseusers.com:9056/tunnels |
|
|
|
|
|
|