Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- openssl @web:security
- cate.crt -text -noout </code> * Check a PKCS#12 file (.pfx or .p12):<code bash>openssl pkcs12 -info -i... nssl md5 </code> == converting * Convert a DER file (.crt .cer .der) to PEM:<code bash>openssl x509 -... er -out certificate.pem </code> * Convert a PEM file to DER:<code bash>openssl x509 -outform der -in c... out certificate.der </code> * Convert a PKCS#12 file (.pfx .p12) containing a private key and certific
- .htpasswd @web:apache
- r tema de grupos * ''$ htpasswd <opciones> <passfile> <user> <password>'' * opciones: * -c c... fichero, nuevo usuario: <code bash>htpasswd -bc <file> <user> <pass></code> * en PHP: <code php> <?php // Password to be encrypted for a .htpasswd file $clearTextPassword = 'some password'; // Encrypt... passwd-generator/]] * ''$ htdigest [-c] passwordfile username realm'' * -c : crea el fichero passw
- certificados de seguridad (apache) @web:apache
- :RC4+RSA:+HIGH:+MEDIUM:+LOW SSLCertificateFile /etc/httpd/certs/x.cer SSLCertificateKeyFile /etc/httpd/certs/x.key SSLCACertificateFile /etc/httpd/certs/xAuth.cer DocumentRoot ... ualHost> </code> [[http://www.thegeekstuff.com/2009/07/linux-apache-mod-ssl-generate-key-csr-crt-file/]]
- Let's Encrypt @web:security
- e correspondientes: * cert.pem -> SSLCertificateFile * chain.pem -> SSLCertificateKeyFile * privkey.pem -> SSLCACertificateFile Existen otros métodos (explicados en documentación) para valid
- Línea de Comando con Apache @web:apache
- * status * fullstatus == httpd * -f <conf-file-to-load> * -M -> ver el listado de módulos que
- .htaccess rewrites (redirecciones) @web:apache:htaccess
- .log combined SSLEngine on SSLCertificateFile /etc/letsencrypt/live/landing.fidmag.org/ssl.pem
- .htaccess @web:apache:htaccess
- hName "Directorio privado" AuthType Basic AuthUserFile .htpasswd require valid-user </code> * es neces
- virtualhost examples @web:apache:vhost
- .log combined SSLEngine on SSLCertificateFile /etc/letsencrypt/live/landing.fidmag.org/ssl.pem
- Day 3 : Sending Emails @web:php:codeigniter
- rias?? * ''$this->email->attach('/home/user/web/file');'' * en ''/application/config/config.php''
- let's encrypt seedbox.torresegea.es @web:security:letsencrypt
- e/seedbox.torresegea.es/fullchain.pem Your key file has been saved at: /etc/letsencrypt/live/seedb