Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
csit
/
437a8f0a638771cfbf51deab5971d99dfc4a4c07
/
.
/
tests
/
oom-platform-cert-service
/
certservice
/
libraries
/
ResponseParser.py
blob: d4de5f28a8f5eead2ca9aff8e6f1a12bad382604 [
file
] [
log
] [
blame
]
def
parse_response
(
response
):
certChain
=
response
[
"certificateChain"
]
return
""
.
join
(
certChain
).
encode
(
"base64"
).
replace
(
"\n"
,
""
).
strip
()