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

Bump pki min version and add commentary about sub-CA revocation on delete #108

Commits on Oct 5, 2016

  1. spec: require Dogtag >= 10.3.5-6

    Require Dogtag 10.3.5-6, which is the first release that implements
    revocation of lightweight CA signing certificates upon deletion.
    
    Part of: https://fedorahosted.org/freeipa/ticket/6256
    frasertweedale committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    b97b8c9 View commit details
    Browse the repository at this point in the history
  2. Add commentary about CA deletion to plugin doc

    Add commentary to 'ca' plugin documentation to explain what happens
    when a CA gets deleted - namely, that its signing cert gets revoked
    and its private key deleted.
    
    Also break the docstring up into smaller chunks to aid translation.
    
    Fixes: https://fedorahosted.org/freeipa/ticket/6256
    frasertweedale committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    42a2db9 View commit details
    Browse the repository at this point in the history