Strip empty lines from downloaded cert chains

This fixes the "insufficient data" issue on IBMs crypto implementation.
This commit is contained in:
Richard Körber
2018-03-21 23:14:08 +01:00
parent 2ac4e7b7fb
commit 3f901e9e18
4 changed files with 140 additions and 1 deletions

View File

@@ -41,4 +41,5 @@ _acme4j_ is open source software. The source code is distributed under the terms
* I would like to thank Brian Campbell and all the other [jose4j](https://bitbucket.org/b_c/jose4j/wiki/Home) developers. _acme4j_ would not exist without your excellent work.
* Thanks to [Daniel McCarney](https://github.com/cpu) for his help with the ACME protocol, Pebble, and Boulder.
* [Ulrich Krause](https://github.com/eknori) for his help to make _acme4j_ run on IBM Java VMs.
* I also like to thank [everyone who contributed to _acme4j_](https://github.com/shred/acme4j/graphs/contributors).