From ac12bcb922ba24e49f2d11f06ca8e7e1b64283c1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 29 Nov 2015 19:36:40 +0200 Subject: [PATCH] Updated the TODO list. --- README.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 01f9e37..c0fc5d0 100644 --- a/README.rst +++ b/README.rst @@ -22,21 +22,16 @@ To start a new certificate authority:: To sign a user's public key:: - ssh-ca signuser username.pub + ssh-ca signuser username To sign a hosts's public key:: - ssh-ca signhost hostname.pub + ssh-ca signhost hostname To generate a new keypair for a host with a signed public key:: ssh-ca newhost host.domain.tld -To resign all public keys (this will overwrite existing signed public keys):: - - ssh-ca resign - - Deployment ---------- @@ -64,6 +59,5 @@ at: https://www.shore.co.il/cgit/. TODO ---- -- Implement. -- Testing. +- Test by starting sshd on localhost with a high port and connecting to it. - Document deployment. -- GitLab