Add and manage client certificates in Auk Desktop App or in a self-hosted Auk web instance using the Auk Agent as an interceptor to authenticate your identity when connecting to secure APIs.Documentation Index
Fetch the complete documentation index at: https://auk.mamahuhu.dev/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, ensure you have the following:- Either the Auk Desktop App installed on your system, or if you are using the Auk Web App, make sure the Auk Agent is installed and configured.
- A valid Client Certificate in one of the following formats:
- .pem Certificate
- .pfx/.pkcs12 Certificate
- The corresponding private key file, if the certificate is in .pem format.
Adding Client Certificate
- Open Auk’s settings page from the side bar.
- Within Interceptors section, locate the
Client Certificatesaction:- Under Native settings if using the Desktop App.
- Under Agent if using the Web App.
- Click on the option to add a new client certificate and select the type of certificate you want to add: .pem or .pfx/.pkcs12.
- Upload Certificate Files
- .pem Certificate: Choose the certificate file (.crt/.cer/.pem) and upload the private key file (.key/.pem) in the designated field.
- .pfx/.pkcs12 Certificate: Choose the .pfx/.pkcs12 file. You may need to enter the password associated with the certificate file.
- After uploading the certificate files, click on the save button to store the settings.