: 4 : 4 : 0 |
@Command([CreateCrossCert]) is used to create cross certificates based on specific public keys. You can find it embedded in the NAB person document under "Certificates".
However, using it is a bear. Admins have to remember where their server ID file is, what server it's associated with.
If we had the ability to specify each one of these items to [CreateCrossCert], developers could alleviate this error-prone task.
But [CreateCrossCert] itself isn't even documented.
I'd like [CreateCrossCert] documented. Further, I'd like it enhanced so a developer can provide the @Command information about the IDs file path, and the associated server.
|