For the X.509 Online Certificate Rotation project, we are going to add a new helper method in the shell.
Here is the proposed syntax but the final implementation of SERVER-49136 may be different.
Shell API
db.rotateCertificates(
)
Parameters:
message : string - optional parameter - message logged by server at rotation time in log and audit file
Returns:
ok: bool - true if the command was successful, false otherwise
- related to
-
SERVER-49136 Add shell helper for rotate command
- Closed