diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-20 04:28:31 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-20 04:28:31 +0000 |
commit | 1b4d2402ff1d3547a090208368533040afa674fb (patch) | |
tree | 86b11d53d045f713662839fb25fcb1912712b395 /scripts/rpki/pkcs10.py | |
parent | c6f1cfc68d8ce247b870a35e603b10b960092efe (diff) |
Clean up client argument parsing. Use SHA-256 with PKCS#10.
svn path=/scripts/irbe-cli.py; revision=997
Diffstat (limited to 'scripts/rpki/pkcs10.py')
-rw-r--r-- | scripts/rpki/pkcs10.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rpki/pkcs10.py b/scripts/rpki/pkcs10.py index 357fde71..c298db20 100644 --- a/scripts/rpki/pkcs10.py +++ b/scripts/rpki/pkcs10.py @@ -5,6 +5,7 @@ import POW, rpki.x509, os, rpki.exceptions, binascii req_fmt = ''' [ req ] distinguished_name = req_dn +default_md = sha256 prompt = no [ req_dn ] |