aboutsummaryrefslogtreecommitdiff
path: root/scripts/README
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-23 07:20:27 +0000
committerRob Austein <sra@hactrn.net>2007-10-23 07:20:27 +0000
commit66445ed4ac325b63a6f8b1138d02ffb4d6314b3b (patch)
treedc3692bb7782c9a47ccd743f4715bde8abfd818d /scripts/README
parent4eda44bbddd2bdf2963ed285746f9a197725f959 (diff)
Insomnia
svn path=/scripts/Makefile; revision=1188
Diffstat (limited to 'scripts/README')
-rw-r--r--scripts/README12
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?