Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
autoca
Commits
a0f28b37
Commit
a0f28b37
authored
Mar 14, 2014
by
ale
Browse files
add clientAuth extendedKeyUsage to server certs
parent
c378f69c
Changes
1
Hide whitespace changes
Inline
Side-by-side
autoca/ca.py
View file @
a0f28b37
...
...
@@ -85,7 +85,7 @@ class CA(object):
'%sdigitalSignature, keyEncipherment'
%
(
server
and
''
or
'nonRepudiation, '
)),
crypto
.
X509Extension
(
'extendedKeyUsage'
,
False
,
server
and
'serverAuth'
or
'clientAuth'
),
server
and
'
clientAuth,
serverAuth'
or
'clientAuth'
),
crypto
.
X509Extension
(
'nsCertType'
,
False
,
server
and
'client, server'
or
'client'
),
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment