diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-23 07:20:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-23 07:20:27 +0000 |
commit | 66445ed4ac325b63a6f8b1138d02ffb4d6314b3b (patch) | |
tree | dc3692bb7782c9a47ccd743f4715bde8abfd818d /scripts/README | |
parent | 4eda44bbddd2bdf2963ed285746f9a197725f959 (diff) |
Insomnia
svn path=/scripts/Makefile; revision=1188
Diffstat (limited to 'scripts/README')
-rw-r--r-- | scripts/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README index cc43c207..80e9bb51 100644 --- a/scripts/README +++ b/scripts/README @@ -58,3 +58,15 @@ To do list: file, http server, static root cert and key. in theory this should just be a matter of subtyping the main up-down code while overriding the serve_pdu() methods. + + things we'd need in a config file for this: + + - the one and only issuer cert (self-signed in this special case) + - the one and only issuer private key id + - filename in which to store the one and only subject cert + - bsc info for one and only child + - https server key and cert + - validity interval to use when issuing + - publication urls for issuer cert, subject cert, crl, and manifest + - https and cms data for publication server + - resources to issue? or just copy/inherit from self-signed? |