tbsCertBot - The reissuance options
Prerequisites
TBSCertBot works with php 5.4 and above.
TBSCertBot also requires these modules:
- php-curl
- php-cli
- openSSL
- rarely: php-xml
Note: TBSCertbot autodetects and installs dependencies. However, if you encounter difficulties, we invite you to update your libraries:
#composer update
Reissuance operations
tbsCertBot offers several operations pertaining to reissuances.
The following command will display the available reissuance options:
php tbscertbot.php reissue
Commands for Reissue certificate:
reissue [refTBS] now Do a reissue now.
reissue [refTBS] plan Display the calendar for best time for reissue and status of autoreissue.
reissue [refTBS] auto on/off Activate or desactivate
Immediate reissuance
php tbscertbot.php reissue 1234567890 now

Multi-year plan and reissuance
This command will display the date computed for the next reissuance in the context of the ongoing plan:
php tbscertbot.php reissue 1234567890 plan
You'll also be able to activate or deactivate the automatic reissuance (the automatic deposit of the reissuance request):
php tbscertbot.php reissue 1234567890 auto on



