Skip to content
  • Tom Mitchell's avatar
    Gracefully handle no newline in a cert string. · f49581f0
    Tom Mitchell authored
    If the certificate does not include the BEGIN/END headers, ensure that
    it has a final newline before writing the END header. Otherwise an ssl
    error will occur because the cert file is malformed.
    f49581f0