A MyAdmin plugin that integrates with the GlobalSign SOAP API to provide automated SSL certificate ordering, renewal, and lifecycle management. Supports AlphaSSL, DomainSSL, OrganizationSSL, and ExtendedSSL certificate types with both standard and wildcard options.
- Automated SSL certificate provisioning via GlobalSign SOAP API
- Support for DV (Domain Validated), OV (Organization Validated), and EV (Extended Validation) certificates
- Wildcard certificate support across all validation levels
- Certificate renewal with automatic order validation
- CSR decoding and approver email management
- Configurable test/production mode switching
- Event-driven architecture using Symfony EventDispatcher
Install with Composer:
composer require detain/myadmin-globalsign-sslThe plugin exposes the following settings through the MyAdmin settings interface:
| Setting | Description |
|---|---|
globalsign_username |
API username for production |
globalsign_password |
API password for production |
globalsign_test_username |
API username for test environment |
globalsign_test_password |
API password for test environment |
globalsign_testing |
Enable/disable test mode |
outofstock_globalsign_ssl |
Enable/disable sales |
composer install
vendor/bin/phpunitThis package is licensed under the LGPL-2.1 license.