Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for custom TLS certificate #212

Merged
merged 1 commit into from
Dec 21, 2018
Merged

Commits on Dec 18, 2018

  1. feat: add support for custom TLS certificate

    Following options have been added to work with custom TLS certificates,
    SNI names and to ignore a self-signed certificate:
    
    - `--admin-tls-skip-verify`: to skip validation of a certificate, this
    shouldn't be used in a production environment.
    - `--admin-tls-server-name`: use this if the FQDN of Kong's Admin API
    doesn't match the SNI name in the certificate.
    - `--admin-ca-cert-file`: use this to specify a custom CA cert which is
    not part of the bundled CA certs.
    hbagdi committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    532150a View commit details
    Browse the repository at this point in the history