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

ipa-replica-install: --setup-ca and *-cert-file are mutually exclusive #4802

Closed
wants to merge 2 commits into from

Commits on Jun 11, 2020

  1. ipa-replica-install: --setup-ca and *-cert-file are mutually exclusive

    ipa-replica-install currently accepts both --setup-ca and *-cert-file
    even though the options should be mutually exclusive (either install
    CA-less with *-cert-file options or with a CA).
    
    Add a check enforcing the options are mutually exclusive.
    
    Fixes: https://pagure.io/freeipa/issue/8366
    flo-renaud committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    6422359 View commit details
    Browse the repository at this point in the history
  2. ipatests: add a test for ipa-replica-install --setup-ca --http-cert-file

    The options *-cert-file are used for a CA-less replica installation and
    are mutually exclusive with --setup-ca.
    Add a test for this use case.
    
    Related: https://pagure.io/freeipa/issue/8366
    flo-renaud committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    2461dd7 View commit details
    Browse the repository at this point in the history