Managing orchestration gateways
Update an orchestration gateway
-
Log in to SCM.
-
From the left-hand menu, select About.
-
In the Orchestration Gateway Version row, click the Download Orchestration Gateway icon, and select Windows.
-
Right-click
SectigoOG.msiand click Install.The package automatically recognizes that there’s an existing version of the orchestration gateway and initiates an update instead of a new install.
-
Read the EULA, select I accept the terms in the License Agreement, and click Install.
-
Click Next.
-
Click Next, Install, and Close.
-
In SCM, navigate to the Orchestration Gateways page and verify that the gateway is connected.
-
Log in to SCM.
-
From the left-hand menu, select About.
-
In the Orchestration Gateway Version row, click the Download Orchestration Gateway icon, and select Windows.
-
In the command line, navigate to the download location of the
SectigoOG.msifile. -
Run the installation command.
msiexec /i /q SectigoOG.msiThe package automatically recognizes that there’s an existing version of the orchestration gateway and initiates an update instead of a new install.
-
In SCM, navigate to the Orchestration Gateways page and verify that the gateway is connected.
| Linux native packages do not support auto-update. |
-
Update the local package index.
sudo apt-get update -
Update the orchestration gateway.
sudo apt install --only-upgrade sectigo-orchestration-gateway -
In SCM, navigate to the Orchestration Gateways page and verify that the gateway is connected.
| Linux native packages do not support auto-update. |
-
Update the orchestration gateway.
dnf update sectigo-orchestration-gateway -
In SCM, navigate to the Orchestration Gateways page and verify that the gateway is connected.
-
Stop the Docker container.
docker stop sog -
Remove the old Docker container.
docker rm sog -
Pull the latest Docker container.
docker pull sectigoinc/sog:latest -
Start the new Docker container.
docker run -d --name sog -v /var/opt/sog_data:/base sectigoinc/sog:latest -
In SCM, navigate to the Orchestration Gateways page and verify that the agent is connected and showing the correct version.
Managing keystores
Add a keystore
-
Navigate to and select your orchestration gateway.
-
Click Keystores and then click the Add icon.
-
Select a keystore type.
-
(Optional) Enter comments about the keystore.
-
Click Next.
-
Enter a keystore name and password.
-
Click Save.
The new keystore should now be listed on the Keystores page.
-
Open the Windows command line.
-
Navigate to the orchestration gateway installation directory.
-
(Optional) To list keystores, run the following command.
sectigo-og.exe keystore list -
Run the following command to add a keystore. Replace
<type>with one of the following keystore types:-
jks— for a JKS keystore -
p12— for a PKCS#12 keystoresectigo-og.exe keystore add <type> --name <name> --password <password>
-
-
Navigate to SCM and select your orchestration gateway.
-
Click Sync Endpoints and you will see a successful synchronization message.
-
Click Keystores and the new keystore should be listed.
-
Navigate to the orchestration gateway installation directory.
cd /opt/sectigo-orchestration-gateway/bin -
(Optional) To list keystores, run the following command.
./sectigo-og keystore list -
Run the following command to add a keystore. Replace
<type>with one of the following keystore types:-
jks— for a JKS keystore -
p12— for a PKCS#12 keystore./sectigo-og keystore add <type> --name <name> --password <password>
-
-
Navigate to SCM and select your orchestration gateway.
-
Click Sync Modules and you will see a successful synchronization message.
-
Click Keystores and the new keystore should be listed.
The keystore file is stored in /opt/sectigo-orchestration-gateway/config/.
-
(Optional) To list keystores and add a keystore, run the following command.
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og keystore list -
Run the following command to add a keystore. Replace
<type>with one of the following keystore types:-
jks— for a JKS keystore -
p12— for a PKCS#12 keystoredocker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og keystore add <type> --name <name> --password <password>
-
-
Navigate to SCM and select your orchestration gateway.
-
Click Sync Modules and you will see a successful synchronization message.
-
Click Keystores and the new keystore should be listed.
Delegate a keystore
-
Navigate to and select your orchestration gateway.
-
Click Keystores and select the keystore you want to delegate.
-
Click Delegate.
-
In the Delegate keystore dialog, choose one of the following delegation modes:
-
General — Makes the keystore available to all existing organizations.
-
Customized — Allows you to select the organizations and departments that can use the keystore.
-
-
If you selected Customized, select the required organizations or departments from the list.
Expand an organization to view and select its child departments, if applicable. -
Click Save.
Delegate an orchestration gateway
-
Navigate to .
-
Select the orchestration gateway you want to delegate.
-
Click Delegate.
-
In the Delegate Orchestration Gateway dialog, choose one of the following delegation modes:
-
General — Makes the orchestration gateway available to all existing organizations.
-
Customized — Allows you to select the organizations and departments that can use the orchestration gateway.
-
-
If you selected Customized, select the required organizations or departments from the list.
Expand an organization to view and select its child departments, if applicable. -
Click Save.
Configuring credential stores
Sectigo orchestration gateways can be configured to utilize credential stores when connecting to remote endpoints. Using a credential store enables you to securely store and manage credentials for remote endpoints without ever providing the credentials in SCM directly.
Sectigo orchestration gateways support the following credential stores:
Adding credential stores
Once an orchestration gateway has been installed, you can add a connection between the gateway and a credential store.
Add a local credential store
-
In a command prompt window, navigate to the orchestration gateway install directory.
-
Modify the following command to include a name and password for your new local credential store.
sectigo-og.exe credstore add local --name <name> --encryption_password <password> -
Run the modified installation command.
| Once you have added a local credential store, you must add credentials before it can be used. |
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include a name and password for your new local credential store.
./sectigo-og credstore add local --name <name> --encryption_password <password> -
Run the modified installation command.
| Once you have added a local credential store, you must add credentials before it can be used. |
-
Modify the following command to include a name and password for your new local credential store.
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add local --name <name> --encryption_password <password> -
Run the modified installation command.
| Once you have added a local credential store, you must add credentials before it can be used. |
Add a HashiCorp Vault credential store
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify one of the following commands based on your preferred authentication method.
-
Token authentication:
sectigo-og.exe credstore add hashicorp --name <name> --vault_address <address> --secret_engine_path <path> --vault_auth_type token --token <token>Option Description --nameThe name of your HashiCorp Vault credential store.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathThe subpath to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
--tokenThe token to authenticate to vault with.
-
AppRoleSecret authentication:
sectigo-og.exe credstore add hashicorp --name <name> --vault_address <address> --secret_engine_path <path> --vault_auth_type app_role_secret --role_secret <role-secret>Option Description --nameThe name of your HashiCorp Vault credential store.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathThe subpath to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
--role_secretVault Role Secret.
-
AppRoleFile authentication:
sectigo-og.exe credstore add hashicorp --name <name> --vault_address <address> --secret_engine_path <path> --vault_auth_type app_role_file --role_file <role-file-path>Option Description --nameThe name of your HashiCorp Vault credential store.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathThe subpath to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
--role_fileThe path to a file containing the Secret ID for the HashiCorp Vault AppRole used by the orchestration gateway.
-
-
Run the modified installation command.
To view details for each option, you can use sectigo-og.exe credstore add hashicorp --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify one of the following commands based on your preferred authentication method.
-
Token authentication:
./sectigo-og credstore add hashicorp --name <name> --vault_address <address> --secret_engine_path <path> --vault_auth_type token --token <token>Option Description --nameThe name of your HashiCorp Vault credential store.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathThe subpath to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
--role_secretVault Role Secret.
-
AppRoleSecret authentication:
./sectigo-og credstore add hashicorp --name <name> --vault_address <address> --secret_engine_path <path> --vault_auth_type app_role_secret --role_secret <role-secret>Option Description --nameThe name of your HashiCorp Vault credential store.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathThe subpath to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
--role_secretVault Role Secret.
-
AppRoleFile authentication:
./sectigo-og credstore add hashicorp --name <name> --vault_address <address> --secret_engine_path <path> --vault_auth_type app_role_file --role_file <role-file-path>Option Description --nameThe name of your HashiCorp Vault credential store.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathThe subpath to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
--role_filePath to Vault Role Secret file.
-
-
Run the modified installation command.
To view details for each option, you can use ./sectigo-og credstore add hashicorp --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
-
Modify one of the following commands based on your preferred authentication method.
-
Token authentication:
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add hashicorp --name <name> --vault_address <address> --secret_engine_path <path> --vault_auth_type token --token <token>Option Description --nameThe name of your HashiCorp Vault credential store.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathSub path to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
--role_secretThe Vault role secret.
-
AppRoleSecret authentication:
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add hashicorp --name <name> --vault_address <address> --secret_engine_path <path> --vault_auth_type app_role_secret --role_secret <role-secret>Option Description --nameThe name of your HashiCorp Vault credential store.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathSub path to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
--role_secretVault Role Secret.
-
AppRoleFile authentication:
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add hashicorp --name <name> --vault_address <address> --secret_engine_path <path> --vault_auth_type app_role_file --role_file <role-file-path>Option Description --nameThe name of your HashiCorp Vault credential store.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathSub path to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
--role_filePath to Vault Role Secret file.
-
-
Run the modified installation command.
To view details for each option, you can use docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add hashicorp --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
Add a CyberArk Vault credential store
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the add command as needed..
sectigo-og.exe credstore add cyberark --name <name> --ccp_url <url> --app_id <app-id> --p12_file <file-path> --p12_password <p12-password> --ca_cert <ca-cert-path>Option Description --nameThe name of the credential storage provider.
--app_idCyberArk App ID.
--ccp_urlCyberArk CCP URL.
--p12_filePath to a p12 file with client auth certificate and key.
--p12_passwordThe P12 file password.
--ca_certPath to a trusted CA certificate for the CyberArk connection. Required only when the CyberArk instance specified in the
--ccp_urluses a certificate that is not trusted by the default certificate store on the host running the orchestration gateway.Alternatively, you can add the CA certificate to the trust store. For more information, see Add a trusted CA certificate.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
-
-
Run the modified installation command.
To view details for each option, you can use sectigo-og.exe credstore add cyberark --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the add command as needed.
./sectigo-og credstore add cyberark --name <name> --ccp_url <url> --app_id <app-id> --p12_file <file-path> --p12_password <p12-password> --ca_cert <ca-cert-path>Option Description --nameThe name of the credential storage provider.
--app_idCyberArk App ID.
--ccp_urlCyberArk CCP URL.
--p12_filePath to a p12 file with client auth certificate and key.
--p12_passwordThe P12 file password.
--ca_certPath to a trusted CA certificate for the CyberArk connection. Required only when the CyberArk instance specified in the
--ccp_urluses a certificate that is not trusted by the default certificate store on the host running the orchestration gateway.Alternatively, you can add the CA certificate to the trust store. For more information, see Add a trusted CA certificate.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
-
-
Run the modified installation command.
To view details for each option, you can use sectigo-og.exe credstore add cyberark --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
-
Modify the add command as needed.
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add cyberark --name <name> --ccp_url <url> --app_id <app-id> --p12_file <file-path> --p12_password <p12-password> --ca_cert <ca-cert-path>Option Description --nameThe name of the credential storage provider.
--app_idCyberArk App ID.
--ccp_urlCyberArk CCP URL.
--p12_filePath to a p12 file with client auth certificate and key.
--p12_passwordThe P12 file password.
--ca_certPath to a trusted CA certificate for the CyberArk connection. Required only when the CyberArk instance specified in the
--ccp_urluses a certificate that is not trusted by the default certificate store on the host running the orchestration gateway.Alternatively, you can add the CA certificate to the trust store. For more information, see Add a trusted CA certificate.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
-
-
Run the modified installation command.
To view details for each option, you can use docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add cyberark --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
Add a Delinea Secret Server credential store
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the add command as needed.
sectigo-og.exe credstore add delinea --name <credstore-name> --username <username> --domain <domain> --password <password> --server_url <server-url>Option Description --nameThe name of the credential store.
--usernameThe username for the user account used by the orchestration gateway to authenticate to the Secret Server.
--domainThe domain associated with the user account.
--passwordThe password for the user account used by the orchestration gateway to authenticate to the Secret Server.
--server_urlThe URL of the Delinea Secret Server. Either this parameter or
--api_tenantis required.--api_tenantThe Delinea API tenant identifier. Either this parameter or
--server_urlis required.--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
-
-
Run the modified installation command.
To view details for each option, you can use sectigo-og.exe credstore add delinea --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the add command as needed.
./sectigo-og credstore add delinea --name <credstore-name> --username <username> --domain <domain> --password <password> --server_url <server-url>Option Description --nameThe name of the credential store.
--usernameThe username for the user account used by the orchestration gateway to authenticate to the Secret Server.
--domainThe domain associated with the user account.
--passwordThe password for the user account used by the orchestration gateway to authenticate to the Secret Server.
--server_urlThe URL of the Delinea Secret Server. Either this parameter or
--api_tenantis required.--api_tenantThe Delinea API tenant identifier. Either this parameter or
--server_urlis required.--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
-
-
Run the modified installation command.
To view details for each option, you can use ./sectigo-og credstore add delinea --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
-
Modify the add command as needed.
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add delinea --name <credstore-name> --username <username> --domain <domain> --password <password> --server_url <server-url>Option Description --nameThe name of the credential store.
--usernameThe username for the user account used by the orchestration gateway to authenticate to the Secret Server.
--domainThe domain associated with the user account.
--passwordThe password for the user account used by the orchestration gateway to authenticate to the Secret Server.
--server_urlThe URL of the Delinea Secret Server. Either this parameter or
--api_tenantis required.--api_tenantThe Delinea API tenant identifier. Either this parameter or
--server_urlis required.--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
-
-
Run the modified installation command.
To view details for each option, you can use docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add delinea --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
Add a BeyondTrust Password Safe credential store
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the add command as needed.
sectigo-og.exe credstore add beyondtrust --name <credstore-name> --api_url <api-url> --client_id <client-id> --client_secret <client-secret>Option Description --nameThe name of the credential store.
--api_urlThe full URL of the BeyondTrust Pathfinder Platform API.
--client_idThe BeyondTrust Client ID.
--client_secretThe BeyondTrust Client Secret.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
-
-
Run the modified installation command.
To view details for each option, you can use sectigo-og.exe credstore add beyondtrust --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the add command as needed.
./sectigo-og credstore add beyondtrust --name <credstore-name> --api_url <api-url> --client_id <client-id> --client_secret <client-secret>Option Description --nameThe name of the credential store.
--api_urlThe full URL of the BeyondTrust Pathfinder Platform API.
--client_idThe BeyondTrust Client ID.
--client_secretThe BeyondTrust Client Secret.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
-
-
Run the modified installation command.
To view details for each option, you can use ./sectigo-og credstore add beyondtrust --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
-
Modify the add command as needed.
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add beyondtrust --name <credstore-name> --api_url <api-url> --client_id <client-id> --client_secret <client-secret>Option Description --nameThe name of the credential store.
--api_urlThe full URL of the BeyondTrust Pathfinder Platform API.
--client_idThe BeyondTrust Client ID.
--client_secretThe BeyondTrust Client Secret.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
-
-
Run the modified installation command.
To view details for each option, you can use docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore add beyondtrust --help.
|
| Once you have added the credential store, you must add endpoints to the orchestration gateway and configure them to use the credential store. For more information, see Add an endpoint. |
List all credential stores
-
In a command prompt window, navigate to the orchestration gateway install location.
-
View all credential stores associated with the orchestration gateway.
sectigo-og.exe credstore list
-
In a terminal, navigate to the orchestration gateway install location.
-
View all credential stores associated with the orchestration gateway.
./sectigo-og credstore list
-
View all credential stores associated with the orchestration gateway.
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore list
View a credential store
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--idof the credential store you want to view.sectigo-og.exe credstore get --id <credential-store-id>Option Description --idThe ID of your credential store instance.
-
Run the modified command.
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--idof the credential store you want to view../sectigo-og credstore get --id <credential-store-id>Option Description --idThe ID of your credential store instance.
-
Run the modified command.
-
Modify the following command to include the
--idof the credential store you want to view.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore get --id <credential-store-id>Option Description --idThe ID of your credential store instance.
-
Run the modified command.
Updating credential stores
Update a local credential store
If your credential store was created with an orchestration gateway version earlier than v2.0, changing the password will break access to the stored credentials.
|
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sectigo-og.exe credstore update --id <instance-id> --encryption_password <password>Option Description --id,--iThe ID of your credential store instance.
--encryption_passwordThe password for your local store instance.
-
Run the modified command.
To view details for each option, you can use sectigo-og.exe credstore update --help.
|
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sudo ./sectigo-og credstore update --id <instance-id> --encryption_password <password>Option Description --id,--iThe ID of your credential store instance.
--encryption_passwordThe password for your local store instance.
-
Run the modified command.
To view details for each option, you can use ./sectigo-og credstore update --help.
|
-
Modify the following command to include the mandatory
--idand any options you want to update.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --id <instance-id> --encryption_password <password>Option Description --id,--iThe ID of your credential store instance.
--encryption_passwordThe password for your local store instance.
-
Run the modified command.
To view details for each option, you can use docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --help.
|
Update a HashiCorp Vault credential store
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sectigo-og.exe credstore update --id <instance-id> --vault_address <address> --secret_engine_path <path> --vault_auth_type token --token <token> --role_secret <role-secret> --role_file <role-file-path>Option Description --id,--iThe ID of your credential store instance.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathThe subpath to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
The supported values are:
-
token -
app_role_secret -
app_role_file
--tokenThe token used to authenticate to HashiCorp Vault.
Required only when the
--vault_auth_typeis set totoken.--role_secretVault Role Secret.
Required only when the
--vault_auth_typeis set toapp_role_secret.--role_fileThe path to a file containing the Secret ID for the HashiCorp Vault AppRole used by the orchestration gateway.
Required only when the
--vault_auth_typeis set toapp_role_file. -
-
Run the modified command.
To view details for each option, you can use sectigo-og.exe credstore update --help.
|
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sudo ./sectigo-og credstore update --id <instance-id> --vault_address <address> --secret_engine_path <path> --vault_auth_type token --token <token> --role_secret <role-secret> --role_file <role-file-path>Option Description --id,--iThe ID of your credential store instance.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathThe subpath to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
The supported values are:
-
token -
app_role_secret -
app_role_file
--tokenThe token used to authenticate to HashiCorp Vault.
Required only when the
--vault_auth_typeis set totoken.--role_secretVault Role Secret.
Required only when the
--vault_auth_typeis set toapp_role_secret.--role_fileThe path to a file containing the Secret ID for the HashiCorp Vault AppRole used by the orchestration gateway.
Required only when the
--vault_auth_typeis set toapp_role_file. -
-
Run the modified command.
To view details for each option, you can use ./sectigo-og credstore update --help.
|
-
Modify the following command to include the mandatory
--idand any options you want to update.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --id <instance-id> --vault_address <address> --secret_engine_path <path> --vault_auth_type token --token <token> --role_secret <role-secret> --role_file <role-file-path>Option Description --id,--iThe ID of your credential store instance.
--vault_addressThe URL of your HashiCorp Vault.
--secret_engine_pathThe subpath to KVP secrets engine.
--vault_auth_typeThe authentication type to use.
The supported values are:
-
token -
app_role_secret -
app_role_file
--tokenThe token used to authenticate to HashiCorp Vault.
Required only when the
--vault_auth_typeis set totoken.--role_secretVault Role Secret.
Required only when the
--vault_auth_typeis set toapp_role_secret.--role_fileThe path to a file containing the Secret ID for the HashiCorp Vault AppRole used by the orchestration gateway.
Required only when the
--vault_auth_typeis set toapp_role_file. -
-
Run the modified command.
To view details for each option, you can use docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --help.
|
Update a CyberArk Vault credential store
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sectigo-og.exe credstore update --id <instance-id> --ccp_url <url> --app_id <app-id> --p12_file <file-path> --p12_password <p12-password> --ca_cert <ca-cert-path> --use_proxy <true-or-false>Option Description --id,--iThe ID of your credential store instance.
--ccp_urlCyberArk CCP URL.
--app_idCyberArk App ID.
--p12_filePath to a p12 file with client auth certificate and key.
--p12_passwordThe P12 file password.
--ca_certPath to a trusted CA certificate for the CyberArk connection.
Required only when the CyberArk instance specified in the
--ccp_urluses a certificate that is not trusted by the default certificate store on the host running the orchestration gateway.Alternatively, you can add the CA certificate to the trust store. For more information, see Add a trusted CA certificate.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false. To add proxy configuration, see Update proxy server details. -
-
Run the modified command.
To view details for each option, you can use sectigo-og.exe credstore update --help.
|
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sudo ./sectigo-og credstore update --id <instance-id> --ccp_url <url> --app_id <app-id> --p12_file <file-path> --p12_password <p12-password> --ca_cert <ca-cert-path> --use_proxy <true-or-false>Option Description --id,--iThe ID of your credential store instance.
--ccp_urlCyberArk CCP URL.
--app_idCyberArk App ID.
--p12_filePath to a p12 file with client auth certificate and key.
--p12_passwordThe P12 file password.
--ca_certPath to a trusted CA certificate for the CyberArk connection.
Required only when the CyberArk instance specified in the
--ccp_urluses a certificate that is not trusted by the default certificate store on the host running the orchestration gateway.Alternatively, you can add the CA certificate to the trust store. For more information, see Add a trusted CA certificate.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false. To add proxy configuration, see Update proxy server details. -
-
Run the modified command.
To view details for each option, you can use ./sectigo-og credstore update --help.
|
-
Modify the following command to include the mandatory
--idand any options you want to update.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --id <instance-id> --ccp_url <url> --app_id <app-id> --p12_file <file-path> --p12_password <p12-password> --ca_cert <ca-cert-path> --use_proxy <true-or-false>Option Description --id,--iThe ID of your credential store instance.
--ccp_urlCyberArk CCP URL.
--app_idCyberArk App ID.
--p12_filePath to a p12 file with client auth certificate and key.
--p12_passwordThe P12 file password.
--ca_certPath to a trusted CA certificate for the CyberArk connection.
Required only when the CyberArk instance specified in the
--ccp_urluses a certificate that is not trusted by the default certificate store on the host running the orchestration gateway.Alternatively, you can add the CA certificate to the trust store. For more information, see Add a trusted CA certificate.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false. To add proxy configuration, see Update proxy server details. -
-
Run the modified command.
To view details for each option, you can use docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --help.
|
Update a Delinea Secret Server credential store
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sectigo-og.exe credstore update --id <instance-id> --username <username> --domain <domain> --password <password> --server_url <server-url> --use_proxy <true-or-false>Option Description --id,--iThe ID of your credential store instance.
--usernameThe username for the user account used by the orchestration gateway to authenticate to the Secret Server.
--domainThe domain associated with the user account.
--passwordThe password for the user account used by the orchestration gateway to authenticate to the Secret Server.
--server_urlThe URL of the Delinea Secret Server. Either this parameter or
--api_tenantis required.--api_tenantThe Delinea API tenant identifier. Either this parameter or
--server_urlis required.--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false. To add proxy configuration, see Update proxy server details. -
-
Run the modified command.
To view details for each option, you can use sectigo-og.exe credstore update --help.
|
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sudo ./sectigo-og credstore update --id <instance-id> --username <username> --domain <domain> --password <password> --server_url <server-url> --use_proxy <true-or-false>Option Description --id,--iThe ID of your credential store instance.
--usernameThe username for the user account used by the orchestration gateway to authenticate to the Secret Server.
--domainThe domain associated with the user account.
--passwordThe password for the user account used by the orchestration gateway to authenticate to the Secret Server.
--server_urlThe URL of the Delinea Secret Server. Either this parameter or
--api_tenantis required.--api_tenantThe Delinea API tenant identifier. Either this parameter or
--server_urlis required.--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false. To add proxy configuration, see Update proxy server details. -
-
Run the modified command.
To view details for each option, you can use ./sectigo-og credstore update --help.
|
-
Modify the following command to include the mandatory
--idand any options you want to update.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --id <instance-id> --username <username> --domain <domain> --password <password> --server_url <server-url> --use_proxy <true-or-false>Option Description --id,--iThe ID of your credential store instance.
--usernameThe username for the user account used by the orchestration gateway to authenticate to the Secret Server.
--domainThe domain associated with the user account.
--passwordThe password for the user account used by the orchestration gateway to authenticate to the Secret Server.
--server_urlThe URL of the Delinea Secret Server. Either this parameter or
--api_tenantis required.--api_tenantThe Delinea API tenant identifier. Either this parameter or
--server_urlis required.--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false. To add proxy configuration, see Update proxy server details. -
-
Run the modified command.
To view details for each option, you can use docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --help.
|
Update a BeyondTrust Password Safe credential store
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sectigo-og.exe credstore update --id <instance-id> --api_url <api-url> --client_id <client-id> --client_secret <client-secret> --use_proxy <true-or-false>Option Description --id,--iThe ID of your credential store instance.
--api_urlThe full URL of the BeyondTrust Pathfinder Platform API.
--client_idThe BeyondTrust Client ID.
--client_secretThe BeyondTrust Client Secret.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false. To add proxy configuration, see Update proxy server details. -
-
Run the modified command.
To view details for each option, you can use sectigo-og.exe credstore update --help.
|
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idand any options you want to update.sudo ./sectigo-og credstore update --id <instance-id> --api_url <api-url> --client_id <client-id> --client_secret <client-secret> --use_proxy <true-or-false>Option Description --id,--iThe ID of your credential store instance.
--api_urlThe full URL of the BeyondTrust Pathfinder Platform API.
--client_idThe BeyondTrust Client ID.
--client_secretThe BeyondTrust Client Secret.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false. To add proxy configuration, see Update proxy server details. -
-
Run the modified command.
To view details for each option, you can use ./sectigo-og credstore update --help.
|
-
Modify the following command to include the mandatory
--idand any options you want to update.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --id <instance-id> --api_url <api-url> --client_id <client-id> --client_secret <client-secret> --use_proxy <true-or-false>Option Description --id,--iThe ID of your credential store instance.
--api_urlThe full URL of the BeyondTrust Pathfinder Platform API.
--client_idThe BeyondTrust Client ID.
--client_secretThe BeyondTrust Client Secret.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false. To add proxy configuration, see Update proxy server details. -
-
Run the modified command.
To view details for each option, you can use docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore update --help.
|
Remove a credential store
-
In SCM, verify that the credential store you want to remove is not in use by an added endpoint.
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--idof the credential store you want to remove.sectigo-og.exe credstore remove --id <credential-store-id> -
Run the modified command.
-
In SCM, verify that the credential store you want to remove is not in use by an added endpoint.
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--idof the credential store you want to remove../sectigo-og credstore remove --id <credential-store-id> -
Run the modified command.
-
In SCM, verify that the credential store you want to remove is not in use by an added endpoint.
-
Modify the following command to include the mandatory
--idof the credential store you want to remove.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore remove --id <credential-store-id> -
Run the modified command.
Managing credentials
Add credentials to a local credential store
The credstore credential add command can only be used with a local credential store.
|
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--credstoreand--idof the credentials you want to add.sectigo-og.exe credstore credential add --credstore <instance-id> --id <id> --user <username> --password <password> --ssh_key_path <ssh-key-path> --ssh_key_password <ssh-key-password>Option Description --credstoreThe ID of your credential store instance.
--idThe ID of the credential.
--userThe username for the credential.
--passwordThe password for the credential.
--ssh_key_pathThe path to the SSH key file.
--ssh_key_passwordThe password for the SSH key.
--help,-hDisplays the help information.
-
Run the modified command.
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--credstoreand--idof the credentials you want to add../sectigo-og credstore credential add --credstore <instance-id> --id <id> --user <username> --password <password> --ssh_key_path <ssh-key-path> --ssh_key_password <ssh-key-password>Option Description --credstoreThe ID of your credential store instance.
--idThe ID of the credential.
--userThe username for the credential.
--passwordThe password for the credential.
--ssh_key_pathThe path to the SSH key file.
--ssh_key_passwordThe password for the SSH key.
--help,-hDisplays the help information.
-
Run the modified command.
-
In a terminal, modify the following command to include the
--credstoreand--idof the credentials you want to add.docker exec sectigo-network-agent credstore credential add --store <instance-id> --id <id> --user <username> --password <password> --ssh_key_path <ssh-key-path> --ssh_key_password <ssh-key-password>Option Description --credstoreThe ID of your credential store instance.
--idThe ID of the credential.
--userThe username for the credential.
--passwordThe password for the credential.
--ssh_key_pathThe path to the SSH key file.
--ssh_key_passwordThe password for the SSH key.
--help,-hDisplays the help information.
-
Run the modified command.
Update credentials in a credential store
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--credstore,--id, and the additional options you want to update.sectigo-og.exe credstore credential update --credstore <instance-id> --id <id> --user <username> --password <password> --ssh_key_path <ssh-key-path> --ssh_key_password <ssh-password>Option Description --credstoreThe ID of your credential store instance.
--idThe ID of the credential.
--userThe username for the credential.
--passwordThe password for the credential.
--ssh_key_pathThe path to the SSH key file.
--ssh_key_passwordThe password for the SSH key.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
--help,-hDisplays the help information.
-
-
Run the modified command.
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the mandatory
--credstore,--id, and the additional options you want to update../sectigo-og credstore credential update --credstore <instance-id> --id <id> --user <username> --password <password> --ssh_key_path <ssh-key-path> --ssh_key_password <ssh-password>Option Description --credstoreThe ID of your local credential store.
--idThe ID of the credential.
--userThe username for the credential.
--passwordThe password for the credential.
--ssh_key_pathThe path to the SSH key file.
--ssh_key_passwordThe password for the SSH key.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
--help,-hDisplays the help information.
-
-
Run the modified command.
-
Modify the following command to include the mandatory
--credstore,--id, and the additional options you want to update.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore credential update --credstore <instance-id> --id <id> --user <username> --password <password> --ssh_key_path <ssh-key-path> --ssh_key_password <ssh-password>Option Description --credstoreThe ID of your local credential store.
--idThe ID of the credential.
--userThe username for the credential.
--passwordThe password for the credential.
--ssh_key_pathThe path to the SSH key file.
--ssh_key_passwordThe password for the SSH key.
--use_proxySpecifies whether to route requests through a configured proxy.
The possible values are:
-
true— Route requests through the configured proxy. -
false— Do not route requests through the proxy.
If omitted, it defaults to
false.To add proxy configuration, see Update proxy server details.
--help,-hDisplays the help information.
-
-
Run the modified command.
List all credentials
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--credstore.sectigo-og.exe credstore credential list --credstore <instance-id>Option Description --credstoreThe ID of your credential store instance.
-
Run the modified command.
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--credstore../sectigo-og credstore credential list --credstore <instance-id>Option Description --credstoreThe ID of your credential store instance.
-
Run the modified command.
-
Modify the following command to include the
--credstore.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore credential list --credstore <instance-id>Option Description --credstoreThe ID of your credential store instance.
-
Run the modified command.
View credentials
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--credstoreand--id.sectigo-og.exe credstore credential get --credstore <instance-id> --id <id>Option Description --credstoreThe ID of your credential store instance.
--idThe ID of the credential.
-
Run the modified command.
-
In a terminal, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--credstore, and--id../sectigo-og credstore credential get --credstore <instance-id> --id <id>Option Description --credstoreThe ID of your credential store instance.
--idThe ID of the credential.
-
Run the modified command.
-
Modify the following command to include the
--credstoreand--id.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore credential get --credstore <instance-id> --id <id>Option Description --credstoreThe ID of your credential store instance.
--idThe ID of the credential.
-
Run the modified command.
Remove credentials from a local credential store
The credstore credential remove command can only be used with a local credential store.
|
-
In SCM, verify that the credentials you want to remove are not in use by an added server.
-
In a command prompt window, navigate to the orchestration gateway install location.
-
Modify the following command to include the
--credstoreand--idof the credentials you want to remove.sectigo-og.exe credstore credential remove --credstore <instance-id> --id <id>Option Description --credstoreThe ID of your local credential store.
--idThe ID of the credential.
-
Run the modified command
-
In SCM, verify that the credentials you want to remove are not in use by an added server.
-
In a terminal, navigate to the network agent install location.
-
Modify the following command to include the
--credstoreand--idof the credentials you want to remove../sectigo-og credstore credentials remove --credstore <instance-id> --id <id>Option Description --credstoreThe ID of your local credential store.
--idThe ID of the credential.
-
Run the modified command
-
In SCM, verify that the credentials you want to remove are not in use by an added server.
-
Modify the following command to include the
--credstoreand--idof the credentials you want to remove.docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og credstore credentials remove --credstore <instance-id> --id <id>Option Description --credstoreThe ID of your local credential store.
--idThe ID of the credential.
-
Run the modified command
Update proxy server details
The following proxy authentication schemes are supported:
-
Digest
-
NTLM (requires a domain to be provided)
-
Basic
To update the proxy server information for your existing orchestration gateway, do the following:
-
In a command prompt, navigate to the orchestration gateway install location.
-
(Optional) View the current orchestration gateway configuration.
sectigo-og.exe proxy get -
Update the orchestration gateway proxy configuration.
Action Command Clear proxy settings
sectigo-og.exe proxy resetSet proxy schema
The valid schema options are:
-
http: Plain HTTP proxy -
socks5: SOCKS5 proxy (no TLS) -
spnego: HTTP Negotiate (Kerberos) with fallback to NTLM
The command is:
sectigo-og proxy set --schema <schema>Set proxy host and port without access credentials
sectigo-og.exe proxy set --url <url:port>Set proxy host and port with access credentials
sectigo-og.exe proxy set --url <url:port> --user <username> --password <password>User can set the proxy schema and URL with username and password at the same time using the combination of command sectigo-og.exe proxy set --schema <schema> --url <url:port> --user <username> --password <password>. -
-
Restart the orchestration gateway service.
sc stop SectigoOGsc start SectigoOG -
Confirm the updated orchestration gateway configuration.
sectigo-og.exe proxy get
To update the proxy server information for your existing orchestration gateway, do the following:
-
In a terminal, navigate to the orchestration gateway install location.
-
(Optional) View the current orchestration gateway configuration.
./sectigo-og proxy get -
Update the orchestration gateway configuration.
Action Command Clear proxy settings
./sectigo-og proxy resetSet proxy schema
The valid schema options are:
-
http: Plain HTTP proxy -
socks5: SOCKS5 proxy (no TLS) -
spnego: HTTP Negotiate (Kerberos) with fallback to NTLM
The command is:
./sectigo-og proxy set --schema <schema>Set proxy host and port without access credentials
./sectigo-og proxy set --url <url:port>Set proxy host and port with access credentials
./sectigo-og proxy set --url <url:port> --user <username> --password <password>User can set the proxy schema and url with username and password at the same time using the combination of command ./sectigo-og proxy set --schema <schema> --url <url:port> --user <username> --password <password>. -
-
Restart the orchestration gateway service.
sudo systemctl restart sectigo-orchestration-gateway -
Confirm the updated orchestration gateway configuration.
./sectigo-og proxy get
To update the proxy server information for your existing orchestration gateway, do the following:
-
(Optional) View the current orchestration gateway configuration.
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og proxy get -
Update the orchestration gateway configuration.
Action Command Clear proxy settings
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og proxy resetSet proxy schema
The valid schema options are:
-
http: Plain HTTP proxy -
socks5: SOCKS5 proxy (no TLS) -
spnego: HTTP Negotiate (Kerberos) with fallback to NTLM
The command is:
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og proxy set --schema <schema>Set proxy host and port without access credentials
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og proxy set --url <url:port>Set proxy host and port with access credentials
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og proxy set --url <url:port> --user <username> --password <password>User can set the proxy schema and url with username and password at the same time using the combination of command docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og proxy set --schema <schema> --url <url:port> --user <username> --password <password>. -
-
Restart the docker container.
docker exec service sectigo-orchestration-gateway restart -
Confirm the updated orchestration gateway configuration.
docker exec <container> /opt/sectigo-orchestration-gateway/bin/sectigo-og proxy get
Add a trusted CA certificate
| To download a CA certificate, see Download a CA certificate. |
-
Run Manage Computer Certificates.
In the Windows search bar, search for Manage Computer Certificates. -
In the left-hand list, select Trusted Root Certification Authorities.
-
Right-click Certificates and select .
In the Certificate Import Wizard, ensure Store Location is set to Local Machine. -
Click Next.
-
Click Browse and add your certificate file.
-
Click Next, Next, Finish.
-
Repeat the above steps to add the certificate to Intermediate Certification Authorities.
-
Navigate to the orchestration gateway installation directory.
-
Add your CA certificate to the trusted CA list.
./sectigo-og truststore add --path <your-path-of-ca-cert>
Discover certificates using orchestration gateway
Discovery tasks are used to scan and monitor networks for SSL certificates.
You can use an orchestration gateway to discover SSL certificates on the network. For more information, see Discover SSL certificates.
Uninstall an orchestration gateway
-
Navigate to .
-
Search for Sectigo Orchestration Gateway.
-
Select the Sectigo Orchestration Gateway and click Uninstall.
-
(Optional) Delete the files and logs associated with the orchestration gateway.
-
Navigate to
C:\ProgramData\Sectigo. -
Delete the
Sectigo Orchestration Gatewayfolder.This action cannot be undone. Delete this folder if you want to completely remove all files and logs related to the orchestration gateway.
-
-
In SCM, navigate to .
-
Select the gateway you want to delete.
-
Click the Delete icon.
-
Click Delete to confirm deletion.
-
Remove the orchestration gateway.
sudo apt remove sectigo-orchestration-gateway -
(Optional) Delete the files and logs associated with the orchestration gateway.
-
Navigate to the
/var/logdirectory. -
Delete the
sectigo-orchestration-gatewaydirectory.This action cannot be undone. Delete this directory if you want to completely remove all files and logs related to the orchestration gateway.
-
-
Delete the config files associated with the orchestration gateway.
-
Navigate to the
/optdirectory. -
Delete the
sectigo-orchestration-gatewaydirectory.
-
-
In SCM, navigate to .
-
Select the orchestration gateway you want to delete.
-
Click Delete.
-
Click Delete to confirm deletion.
-
Remove the orchestration gateway.
sudo dnf remove sectigo-orchestration-gateway -
(Optional) Delete the files and logs associated with the orchestration gateway.
-
Navigate to the
/var/logdirectory. -
Delete the
sectigo-orchestration-gatewaydirectory.This action cannot be undone. Delete this directory if you want to completely remove all files and logs related to the orchestration gateway.
-
-
Delete the config files associated with the orchestration gateway.
-
Navigate to the
/optdirectory. -
Delete the
sectigo-orchestration-gatewaydirectory.
-
-
In SCM, navigate to .
-
Select the orchestration gateway you want to delete.
-
Click Delete.
-
Click Delete to confirm deletion.
Orchestration gateway service commands
| Command | Description |
|---|---|
Start |
Start an orchestration gateway:
|
Stop |
Stop an orchestration gateway:
|
Query |
Query the status of an orchestration gateway:
|
| Command | Description |
|---|---|
Start |
Start an orchestration gateway:
|
Stop |
Stop an orchestration gateway:
|
Restart |
Restart an orchestration gateway:
|
Status |
Query the status of an orchestration gateway:
|