You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by dangogh <gi...@git.apache.org> on 2017/04/20 14:58:31 UTC

[GitHub] incubator-trafficcontrol issue #30: Add --skip-ssl option to post install to...

Github user dangogh commented on the issue:

    https://github.com/apache/incubator-trafficcontrol/pull/30
  
    I think this should be closed -- postinstall now has `-defaults` option to write out a cfg file with all default questions/answers.   And `-a -cfile=<file>` to load all from the file with no user input.
    
    To skip cert generation,  change this answer to `"no"`:
    ```
       "/opt/traffic_ops/install/data/json/openssl_configuration.json" : [
          {
             "Do you want to generate a certificate?" : "yes",
             "config_var" : "genCert"
          },
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---