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

rpcserver: Adds ability to allow alternative dns names for TLS. #1476

Merged
merged 2 commits into from
Oct 11, 2018

Commits on Oct 10, 2018

  1. rpcserver: Adds ability to allow alternative dns names for TLS.

      * Adds AltDNSNames config for passing additional hostnames to the
        TLS certificate generate method. Without this change
        there is no way to pass in alternative dns names for the rpc
        server.
    
      * Additionally this commit allows the user to set 'DCRD_ALT_DNSNAMES'
        as an environment variable when starting dcrd.  This is useful for
        docker and other app runtimes that require apps to be 12 factor.
    logicminds committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    462ce84 View commit details
    Browse the repository at this point in the history
  2. Adds requested changes

    logicminds committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    35a9e5d View commit details
    Browse the repository at this point in the history