|
|
|
|
|
by alias_neo
547 days ago
|
|
> so storing a full set of CA certs was quite limiting Not sure what your project was doing, but one doesn't generally want to install a full set of CAs. If you're creating a product that'll talk to your APIs you pin your own CA, ensure that the server name matches and verify it, anything else is a failure. |
|