HTTPS for Debian/Ubuntu
⧼vector-appearance-label⧽
EPrints Configuration
This is still the same process as the standard HTTPS setup. Add the following lines to archive/ARCHIVEID/cfg/cfg.d/10_core.pl;
$c->{securehost} = 'example.com';
$c->{secureport} = 443;
$c->{securepath} = '/secure';
$c->{http_root} = ;
$c->{https_root} = ;
$c->{http_cgiroot} = '/cgi';
$c->{https_cgiroot} = '/cgi';