Archivo de la etiqueta: root

How to Create a Mirrored Root Pool (Post Installation) raid 1 raid-1

If you did not create a mirrored ZFS root pool during installation, you can easily create one after the installation. For information about replacing a disk in root pool, see How to Replace a Disk in the ZFS Root Pool. Display your current root pool status.# zpool status rpool pool: rpool state: ONLINE scrub: none requested… Leer más: How to Create a Mirrored Root Pool (Post Installation) raid… »

Fixing Chrome 58+ [missing_subjectAltName] with openssl when using self signed certificates ca root ssl

Since version 58, Chrome requires SSL certificates to use SAN (Subject Alternative Name) instead of the popular Common Name (CN), thus CN support has been removed. If you’re using self signed certificates (but not only!) having only CN defined, you get an error like this when calling a website using the self signed certificate: Here’s how… Leer más: Fixing Chrome 58+ [missing_subjectAltName] with openssl when using self signed… »