You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't believe that there is any support for a PEM file that contains multiple CAs. Is that right? If so, there any plans to support this?
If the file contained multiple PEMs, the caller could parse the file, but even then, you can't call parseCert() with a string representation of the PEM CA, right? It has to be a file reference?
The text was updated successfully, but these errors were encountered:
I don't believe that there is any support for a PEM file that contains multiple CAs. Is that right? If so, there any plans to support this?
If the file contained multiple PEMs, the caller could parse the file, but even then, you can't call
parseCert()
with a string representation of the PEM CA, right? It has to be a file reference?The text was updated successfully, but these errors were encountered: