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

Re-working to a general template for deploying PKI #8

Merged
merged 7 commits into from
Nov 6, 2019
Merged

Conversation

ryankurte
Copy link
Owner

@ryankurte ryankurte commented Nov 5, 2019

  • simplified and split scripts to be less prescriptive
  • added templates / simplified configuration so no additional utilities are required

cc. @Firstyear @stoggi

@ryankurte ryankurte self-assigned this Nov 5, 2019

function generate_key {
if [ ! -f "$1" ]; then
openssl genrsa -out $1 2048

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should keysize be a var so it's easier to identify and change in the future?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possibly, that and key type could be, but they’re also constrained by the yubikeys

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can comment that constrainton the var though?

@ryankurte ryankurte merged commit 269edaf into master Nov 6, 2019
@ryankurte ryankurte deleted the v2 branch November 6, 2019 08:38
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

Successfully merging this pull request may close these issues.

None yet

2 participants