Skip to main content

Create a client certificate

Learn how to create a client certificate for NetFoundry Frontdoor. Upload an existing certificate or generate a new one by submitting a certificate signing request (CSR), then configure the share to reference the certificate and test the connection to verify secure access.

Steps

  1. From the Frontdoor console, click Certificates in the left-hand menu.
  2. Click the + icon to create a new client certificate.
  3. Enter a name for your certificate.
  4. Copy and paste the certificate data in OpenSSL PEM format into the Value field.
  5. Click Create.

Create client certificate

Your client certificate will appear in the certificate list. Reference this certificate in your share configuration for TCP shares.

Troubleshooting

Certificate validation errors:

  • Verify certificate format (PEM encoding)
  • Check certificate expiration dates
  • Ensure certificate chain is complete
  • Validate key usage extensions

Connection failures:

  • Confirm private key matches certificate
  • Check certificate is properly referenced in share
  • Verify client is presenting certificate correctly
  • Review firewall and network connectivity

Performance concerns:

  • Monitor TLS handshake times
  • Consider certificate caching strategies
  • Evaluate impact of certificate validation
  • Optimize certificate chain length

Next steps