How to create client certificate in linux server

how to create client certificate in the linux server where already lets encrypt certificate is created in that server?

Can you please share the steps ?

Hi,

If you want to use let's encrypt to sign a client certificate, it's not possible.

Let's Encrypt certificates will be standard Domain Validation certificates, so you can use them for any server that uses a domain name, like web servers.

Create a client certificate is off topic for this forum, but I'll still gave you answer.
https://jamielinux.com/docs/openssl-certificate-authority/sign-server-and-client-certificates.html

This is what I use to create my internal CA cert, which is pretty detail and useful. Follow it step by step and you will be satisfied.

3 Likes

Thanks stevanzhu. Let me try .

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.