Tagged Questions
1
vote
2answers
196 views
SSL: How to send generated client certificate from server to avoid MITM?
The question I have is simply how do I prevent a MiTM attack on a certificate once the server side creates a new one and tries to send it to a client? Does the certificate get encrypted by rsa and ...
4
votes
2answers
154 views
TLS server key: possible to sign another TLS server key?
If I have a valid (verifiable) certificate C_K_s that links the server key K_s to "www.example.com", is it possible to :
use K_s to sign K_d, and let S_K_d be this signature
use K_d as the TLS ...