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

Keypair file is always removed by ipa-getcert-request #26

Open
BrianSipos opened this issue Oct 21, 2019 · 0 comments
Open

Keypair file is always removed by ipa-getcert-request #26

BrianSipos opened this issue Oct 21, 2019 · 0 comments

Comments

@BrianSipos
Copy link

Certmonger itself supports re-using an existing keypair file and the puppet module documentation implies similar behavior when discussing key strengths being used only if needed. The module however currently always removes any private keypair file before making a request, as in the following snippit:

  $cmd_getcert_request = @("EOT"/)
    rm -rf ${keyfile} ${certfile} ; mkdir -p `dirname ${keyfile}` `dirname ${certfile}` ; \

The removal of the ${keyfile} file could be removed here to allow a keyfile to exist as a precondition to using getcert request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant