This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] typo in cert_request module
python3
Edoardo Putti
7 years ago
parent
7333719055
commit
b6ca4aba33
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
library/cert_request.py
+ 1
- 1
library/cert_request.py
View File
@ -88,7 +88,7 @@ def main():
'
request
'
:
{
'
keyType
'
:
'
{}_host
'
.
format
(
proto
)
,
'
hostName
'
:
host
,
'
keyDat
'
:
src
.
read
(
)
.
replace
(
'
\n
'
,
'
'
)
,
'
keyDat
a
'
:
src
.
read
(
)
.
replace
(
'
\n
'
,
'
'
)
,
}
,
}
module
.
exit_json
(
*
*
result
)
Write
Preview
Loading…
Cancel
Save