Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
3340418e
Verified
Commit
3340418e
authored
11 months ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
document some of my research on TLS cert management in Puppet
parent
445d71f8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/tls.md
+22
-4
22 additions, 4 deletions
howto/tls.md
with
22 additions
and
4 deletions
howto/tls.md
+
22
−
4
View file @
3340418e
...
...
@@ -459,10 +459,28 @@ systems and see if we can reduce the number of CAs.
## Alternatives considered
The
`auto-ca`
machinery could be replaced by Puppet code. We could
also leverage the ACME protocol designed by letsencrypt to run our own
CA instead of just OpenSSL, although that might be overkill. In
general it might be preferable to reuse an existing solution than
The
`auto-ca`
machinery could be replaced by Puppet code. Here are
modules that might be relevant:
-
[
mmack/cfssl
](
https://forge.puppet.com/modules/mmack/cfssl/
)
: interfaces
[
Cloudflare's cfssl
](
https://github.com/cloudflare/cfssl
)
"PKI/TLS swiss
army knife"
-
[
rehan/easyrsa
](
https://forge.puppet.com/modules/rehan/easyrsa
)
: wrapper around
[
easy-rsa
](
https://github.com/OpenVPN/easy-rsa
)
, itself a wrapper
around OpenSSL, not well documented
-
[
Aethylred/keymaster
](
https://forge.puppet.com/modules/Aethylred/keymaster/readme
)
: handle X509 CAs, but also SSH host keys,
which might be in conflict with our existing code
-
[
puppet/openssl
](
https://forge.puppet.com/modules/puppet/openssl
)
: a bit bare-bones, no revocation support
Trocla also has support for
[
x509 certs
](
https://github.com/duritong/trocla#x509
)
although it assumes there
is already a CA present, and it
[
does not support EC keys
](
https://github.com/duritong/trocla/issues/82
)
.
We could also leverage the ACME protocol designed by Let's Encrypt to
run our own CA instead of just OpenSSL, although that might be
overkill.
In general, it would be preferable to reuse an existing solution than
maintain our own software in Make.
### Other Certificate Authorities
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment