D
DragonOsman2
Guest
Like how there's a way to extract certs from the root cert store, isn't there also a way to extract certs from the server cert store? In my current situation I'm hard-coding the certificate into the ASIO SSL context for my app, but I want to know how to get them from the store in a loop. I installed a new certificate just now and I want to use it, but I want to avoid having to hard-code it again if possible.
Also, if I do this, will I still have to hard-code the RSA Private Key? There doesn't seem to be a way to install it anywhere after all.
Continue reading...
Also, if I do this, will I still have to hard-code the RSA Private Key? There doesn't seem to be a way to install it anywhere after all.
Continue reading...