Tagged Questions
4
votes
2answers
151 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 ...