magnum/releasenotes/notes/strip-ca-certificate-a09d0c31c45973df.yaml
Piotr Mrowczynski edee7030e4 Strip signed certificate
Certificate (ca.crt) has to be striped for some application parsers
as they might require pure base64 representation of
certificate itself, without empty characters
at the beginning nor the end of file

Change-Id: I5f58e19d03abdf040b9a5b5df2f4dd83b4c0e3a9
Closes-Bug: #1775342
2018-06-06 14:26:50 +02:00

8 lines
266 B
YAML

---
fixes:
- |
Strip signed certificate. Certificate (ca.crt) has to be striped
for some application parsers as they might require pure base64
representation of the certificate itself, without empty characters
at the beginning nor the end of file.