v.licheni.net
/
stack
/
cam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9a09fbb
)
use the specified digest for the CSR
author
ale
<ale@incal.net>
Sat, 27 Sep 2014 08:32:33 +0000
(09:32 +0100)
committer
ale
<ale@incal.net>
Sat, 27 Sep 2014 08:32:33 +0000
(09:32 +0100)
cam/ca.py
patch
|
blob
|
history
diff --git
a/cam/ca.py
b/cam/ca.py
index
f870389
..
3344c43
100644
(file)
--- a/
cam/ca.py
+++ b/
cam/ca.py
@@
-187,6
+187,7
@@
class CA(object):
openssl_wrap.run_with_config(
self.basedir, conf_file,
'req', '-new', '-keyout', cert.private_key_file,
+ '-' + self.config['signature_algorithm'],
'-nodes', '-out', csr_file)
os.chmod(cert.private_key_file, 0600)
openssl_wrap.run_with_config(