I am new to encryption and mutual authentication. I am supposed to have a server which issues certificates (maybe on a self-signed Linux machine) and clients which access this server to get a certificate and later these clients establish mutual authentication between themselves by verifying the certificate issued by the server without contacting the server (i.e in an offline mode).
Can anyone please point me to the right video tutorials or code and description links that can be useful to achieve the above stated scenario.
Thanks.