Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 87... Línea 87...
87
        return $pem;
87
        return $pem;
88
    }
88
    }
Línea 89... Línea 89...
89
 
89
 
90
    /**
90
    /**
91
     * creates a PEM encoded chain file
91
     * creates a PEM encoded chain file
92
     * @return type
92
     * @return string|null
93
     */
93
     */
94
    protected function _createX5cChainFile() {
94
    protected function _createX5cChainFile() {
95
        $content = '';
95
        $content = '';
96
        if (\is_array($this->_x5c_chain) && \count($this->_x5c_chain) > 0) {
96
        if (\is_array($this->_x5c_chain) && \count($this->_x5c_chain) > 0) {