Skip to content

Commit 3870814

Browse files
committed
debug
1 parent 719cd74 commit 3870814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcert/connection_tpp_abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def retrieve_cert(self, cert_request):
137137
IncludeChain=True)
138138

139139
if cert_request.csr_origin == CSR_ORIGIN_SERVICE:
140-
retrieve_request['IncludePrivateKey'] = True
140+
retrieve_request['IncludePrivateKey'] = 'true'
141141
if cert_request.key_password:
142142
retrieve_request['Password'] = cert_request.key_password
143143

0 commit comments

Comments
 (0)