Subversion Repositories oidplus

Rev

Rev 716 | Rev 997 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 716 Rev 830
Line 115... Line 115...
115
        $job->outputHTML(_L('This page contains an encrypted VNag machine-readable status.'));
115
        $job->outputHTML(_L('This page contains an encrypted VNag machine-readable status.'));
116
} else {
116
} else {
117
        $job->http_visual_output = VNag::OUTPUT_ALWAYS;
117
        $job->http_visual_output = VNag::OUTPUT_ALWAYS;
118
}
118
}
119
if (OIDplus::getPkiStatus()) {
119
if (OIDplus::getPkiStatus()) {
120
        $job->privkey = OIDplus::config()->getValue('oidplus_private_key');
120
        $job->privkey = OIDplus::getSystemPrivateKey();
121
}
121
}
122
$job->run();
122
$job->run();
123
unset($job);
123
unset($job);
124
 
124
 
125
# ---
125
# ---