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

Certificate worker neeeded #3

Open
jameswhite opened this issue Sep 22, 2016 · 1 comment
Open

Certificate worker neeeded #3

jameswhite opened this issue Sep 22, 2016 · 1 comment

Comments

@jameswhite
Copy link

Certificate worker: when someone publishes cert me to ":network/room/:channel/nick/:nick/said" it should

  • Dereference their nick to a system name with the LDAP worker
  • Revoke any existing certs for their system name
  • Generate a strong passphrase
  • Generate a new key for their system name
  • Generate a CSR for systemname.user.<domain>
  • Sign the CSR with the ca.key
  • Create a pkcs#12 container with the passphrase
  • Acquire their mailDrop attribute from LDAP and mail them the pkcs#12 container
  • Use :network's private messaging system to side-chat the password to the :nick
  • Alternately send them the pkcs#12 container with the .otrp extension for OwnTracks
  • Clean up the private key and the pkcs#12 container
@jameswhite
Copy link
Author

Blocked by #4

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