v.licheni.net
/
stack
/
cam.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use the specified digest for the CSR
[stack/cam.git]
/
cam
/
ca.py
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(