LiteSpeed Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64 safemode : OFF MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF > / opt / fleetssl-cpanel / | Server Ip : 172.67.216.244 |
Filename | /opt/fleetssl-cpanel/FleetSSLProvider.pm |
Size | 659 |
Permission | rw-r--r-- |
Owner | |
Create time | 01-Jul-2024 10:18 |
Last modified | 09-Feb-2023 06:22 |
Last accessed | 04-Apr-2025 12:49 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
package Cpanel::SSL::Auto::Provider::FleetSSLProvider;
# This module exists purely for the purpose of injecting the DCV_PATH
# into the proxy subdomain virtual host generated by cPanel.
# It is NOT for use in WHM AutoSSL.
# https://cpanel.fleetssl.com
use strict;
use warnings;
use parent qw( Cpanel::SSL::Auto::Provider );
sub DAYS_TO_REPLACE { return 1; }
sub MAX_DOMAINS_PER_CERTIFICATE { return 0; }
sub DISPLAY_NAME { return 'FleetSSL (internal use only, don\'t use in WHM AutoSSL)'; }
sub CERTIFICATE_IS_FROM_HERE { return 0; }
sub REQUEST_URI_DCV_PATH { return '^/\\.well-known/acme-challenge/.+$'; }
sub renew_ssl_for_vhosts { return; }
1;
# This module exists purely for the purpose of injecting the DCV_PATH
# into the proxy subdomain virtual host generated by cPanel.
# It is NOT for use in WHM AutoSSL.
# https://cpanel.fleetssl.com
use strict;
use warnings;
use parent qw( Cpanel::SSL::Auto::Provider );
sub DAYS_TO_REPLACE { return 1; }
sub MAX_DOMAINS_PER_CERTIFICATE { return 0; }
sub DISPLAY_NAME { return 'FleetSSL (internal use only, don\'t use in WHM AutoSSL)'; }
sub CERTIFICATE_IS_FROM_HERE { return 0; }
sub REQUEST_URI_DCV_PATH { return '^/\\.well-known/acme-challenge/.+$'; }
sub renew_ssl_for_vhosts { return; }
1;