Skip to main content

Documentation Index

Fetch the complete documentation index at: https://infisical.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Infisical supports connecting to Citrix NetScaler (ADC) appliances using basic authentication credentials for managing SSL certificates via the NITRO REST API.

Setup

1

Gather NetScaler Credentials

You will need the following from your NetScaler appliance:
  • Hostname: The management IP address or FQDN of your NetScaler appliance (e.g., 192.168.1.100 or netscaler.example.com).
  • Port: The HTTPS management port (default: 443).
  • Username: A user with administrative access to manage SSL certificates (e.g., nsroot).
  • Password: The password for the user account.
The user account must have permissions to:
  • Upload files to /nsconfig/ssl/
  • Create and manage sslcertkey objects
  • Bind certificates to SSL virtual servers (if vServer binding is used)
  • Save the running configuration
2

Navigate to App Connections

In the Infisical dashboard, navigate to Organization Settings > App Connections and click Add Connection.App Connections Tab
3

Select NetScaler

Select the NetScaler option from the list of available connections.Select NetScaler Connection
4

Fill in Connection Details

Fill in the Configuration tab:
  • Hostname: The management IP or FQDN of the NetScaler appliance.
  • Username: The NetScaler management username.
  • Password: The password for the management user.
  • Port (Optional): HTTPS port for the management interface (default: 443).
Configure the SSL tab:
  • SSL Certificate (Optional): A CA certificate in PEM format to verify the NetScaler management interface’s TLS certificate.
  • Reject Unauthorized: When enabled, Infisical will only connect if the NetScaler has a valid, trusted TLS certificate. Disable for self-signed certificates or provide a CA certificate.
Optionally select a Gateway to route the connection through an Infisical Gateway for private network access.NetScaler Connection FormClick Connect to NetScaler to validate and save your connection.
5

Connection Created

Your NetScaler Connection is now available for use with certificate syncs.NetScaler Connection Created