aakso / ssh-inscribe

SSH CA Client/Server
Apache License 2.0
56 stars 11 forks source link

feat: implement max principals per certificate #17

Closed aakso closed 2 years ago

aakso commented 2 years ago

OpenSSH has a limit of 256 principals per certificate.

This patch adds following features:

Resolves #15