sshtools / maverick-synergy

Next Generation Java SSH API
https://jadaptive.com
GNU Lesser General Public License v3.0
96 stars 26 forks source link

Use API to sign client public certificate with CA #4

Closed hellcats88 closed 3 years ago

hellcats88 commented 4 years ago

Here (https://www.jadaptive.com/app/manpage/en/article/1579899) documentation says that using OpenSSH Certificate Authenticator I can configure the SSH server to accept CA-signed public certificates.

I know that using ssh-keygen utility I can sign client public certificate with server private key, but how can I do this operation with maverick API?

Best regards, Lorenzo.

ludup commented 4 years ago

Hi Lorenzo,

Currently, it's not possible to sign as a CA. You have to use ssh-keygen.

This is a feature I was planning on implementing soon so let's keep this issue open and I'll update it when it becomes available.

hellcats88 commented 4 years ago

Do you have a plan for the release?

ludup commented 4 years ago

There is no schedule yet

ludup commented 3 years ago

This has been committed and should now be available in the latest SNAPSHOT version.

Generating User Certificates https://www.jadaptive.com/app/manpage/agent/article/2895616

Generating Host Certificates https://www.jadaptive.com/app/manpage/agent/article/2895831