aboutsummaryrefslogtreecommitdiff
path: root/myrpki.rototill/examples/myrpki.conf
AgeCommit message (Collapse)Author
2010-04-12Clean out old myrpki code, step 2Rob Austein
svn path=/myrpki; revision=3187
2010-03-17Update commentsRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3111
2010-03-16Move configuration of SQL parameters to [myrpki] section, so thatRob Austein
users can ignore the entire rest of the file if they so desire. svn path=/myrpki.rototill/examples/myrpki.conf; revision=3102
2010-03-13Checkpoint. Switch to using "openssl genrsa" rather than "openssl reqRob Austein
-newkey", because the latter is unpredictable across OpenSSL versions, sometimes it writes RSA keys in PKCS #1 RSA format, sometimes it writes them in PKCS #8 format. At the moment POW only understands the old PKCS #1 format, so use that. svn path=/myrpki.rototill/PLAN; revision=3081
2010-03-13Rework rsync URI construction per mailing list discussion.Rob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3079
2010-03-10(Re)Add support for rpkid hosting. Not yet tested, as new setupRob Austein
procedure requires that hosted parent have talked to its host before talking to its children, which will require changes to test harness. svn path=/myrpki.rototill/examples/myrpki.conf; revision=3062
2010-03-09CleanupRob Austein
svn path=/myrpki.rototill/convert-csv.py; revision=3054
2010-03-09Get rid of .conf parameters repository_bpki_certificate andRob Austein
repository_handle; these should have gone away when the {parents,children,pubclients}.csv files did. svn path=/myrpki.rototill/Makefile; revision=3050
2010-03-05CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3033
2010-03-05CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3031
2010-03-04Rename BPKI directories and associated config and Python variables toRob Austein
something a bit less obscure. svn path=/myrpki.rototill/examples/myrpki.conf; revision=3022
2010-02-20CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2987
2010-02-19CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2985
2010-02-19CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2984
2010-02-19CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2981
2010-02-19CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2980
2010-02-18CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2978
2010-02-17Add support for OpenSSL-style ${section::option} indirect variableRob Austein
references. svn path=/myrpki.rototill/examples/myrpki.conf; revision=2975
2010-01-22Branch myrpki code before starting rototill based on feedback fromRob Austein
Tokyo workshop. svn path=/myrpki.rototill; revision=2958