Configure End Users. Signed JWT tokens protect your request from origin to endpoint via the Trac-Car API Gateway.
Configure end users and endpoint REST APIs.
Credentials can be forwarded encrypted, unencrypted, or as a signed JWT token, using the account secret key. Endpoint services are authenticated at the Trac-Car API Gateway before being forwarded to destination URIs. See the
Configuration Guide.
    - End users can be e.g. user ID, device ID, client ID, signed JWT.     - Secrets can be e.g. Password, Client Secret, JWS Token with OpenID Scopes
    - Policy based tags provide access protected resources (ABAC).
Download as CSVSave
Return
Download your VPN configuration file, and your client certificate and key then edit the configuration file with your device local information. Configure your VPN Client to use this file.
Download and install an OpenVPN Client for your device operating system.
Configuration Guide:
    1. Your VPN username is your AccountID@Trac-Car.directory.com e.g. VP1234567890@Trac-Car.directory.com, Copy your password below.
    2. Save your VPN username and VPN password in a text file with the first line containing the username and the second line the password e.g. login.txt.
                VP1234567890@Trac-Car.directory.com
                YourVPNPassword
    3. Download and install e.g. AWS OpenVPN Client or OpenVPN Community Client for your device operating system
    4. Download and save your Trac-CarVPN.ovpn configuration file. This is the configuration file required by your VPN Client.
    5. Change the Trac-Car VPN config file with the line auth-user-pass "c:\\my-config-directory\\login.txt". Note Windows requires double backslash.
    6. Download and save your VPN client certificate e.g. "c:\\my-config-directory\\client1.domain.tld.crt".
    7. Change the Trac-Car VPN config file with the line --cert. Note Windows requires a double backslash.
    8. Download and save your VPN client key e.g. "c:\\my-config-directory\\client1.domain.tld.key".
    9. Change the Trac-Car VPN config line --key. Note that Windows requires a double backslash.
    10. Configure your downloaded VPN client to use your saved Trac-Car VPN configuration file Trac-CarVPN.ovpn
    11. Connect to the VPN. You must be signed into the VPN before you can sign in to the VPN Portal to access your registered services.
Close