Fulltext results:
- Generate a Test Key @info:cryptography:openssl
- l req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testkey.key -out testkey.crt Informations about the used arguments from the OpenSSL man page: * ''[[http://www.open... s/apps/req.html#item__x509|-x509]]'': this option outputs a self signed certificate instead of a certif
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- Box CLI) ====== This is a online reference of the output of ''VBoxManage'' without options. <code> Oracle VM VirtualBox Command Line Management Interface V... n|off] [--bioslogofadeout on|off] [--bioslogodi... ar OVF) export <machines> --output|-o <name>.<ovf/ova>
- Compare a Key with its Certificate @info:cryptography:openssl
- same "modulus" and "exponent". openssl x509 -noout -text -in server.crt openssl rsa -noout -text -in server.key The exponent is quite always 65537. So... y need to compare the modulus. openssl x509 -noout -modulus -in server.crt openssl rsa -noout -modulus -in server.key Example: <file> $ openssl x509
- Formatting Syntax @wiki
- ank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed... or followed by\\ a whitespace \\this happens without it. This is some text with some linebreaks\\ N... or followed by\\ a whitespace \\this happens without it. You should use forced newlines only if reall... by using a colon in the pagename. For details about namespaces see [[doku>namespaces]]. Linking to a
- Print Information about a Key @info:cryptography:openssl
- ====== Print Information about a Key ====== openssl x509 -inform DER -in testkey.cer -noout -text Informations about the used arguments from the OpenSSL man page: * ''[[http://www.openssl.or... ttp://www.openssl.org/docs/apps/x509.html#item__noout|-noout]]'': this option prevents output of the en
- Print Information about a Certificate @info:cryptography:openssl
- ====== Print Information about a Certificate ====== openssl x509 -in testkey.crt -noout -text Informations about the used arguments from the OpenSSL man page: * ''[[http://www.openssl.or... ttp://www.openssl.org/docs/apps/x509.html#item__noout|-noout]]'': this option prevents output of the en
- Print all certificates in a file @info:cryptography:openssl
- ile. openssl pkcs7 -in file.pem -print_certs -out certs.pem Informations about the used arguments from the OpenSSL man page: * ''[[http://www.openss... 7.html#item__print_certs|-print_certs]]'': prints out any certificates or CRLs contained in the file. T... http://www.openssl.org/docs/apps/pkcs7.html#item__out|-out certs.pem]]'': specifies the output filename
- localeadm @info:solaris
- ==== <code bash> localeadm -lc </code> Example output: <code> Checking for installed packages. This... m -lc -d /mnt/Solaris_10/Product </code> Example output: <code> Checking for installed packages. This... _SE.ISO8859-1, sv_SE.ISO8859-15, sv_SE.UTF-8 ] South America (sam) [ es_AR.ISO8859-1, es_AR.UTF-8 , e... , es_VE.UTF-8 , pt_BR.ISO8859-1, pt_BR.UTF-8 ] Southern Europe (seu) [ ca_ES.ISO8859-1, ca_ES.ISO8859
- Convert a Certificate @info:cryptography:openssl
- ==== openssl x509 -inform der -in testkey.der -out testkey.pem ===== Convert PEM to DER ===== openssl x509 -outform der -in testkey.pem -out testkey.der {{tag>openssl security cryptography certificate howto}}
- aboutme @tag
- ====== aboutme ====== ===== Pages ===== {{topic>aboutme&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/aboutme}}
- Convert a Key @info:cryptography:openssl
- enssl pkcs12 -export -in cert.pem -inkey key.pem -out key.p12 ===== Export Certificate from P12 ===== ... tificate chain: openssl pkcs12 -in testkey.p12 -out testkey.pem -nokeys Export the certificate only: openssl pkcs12 -in testkey.p12 -out testkey.pem -nokeys -clcerts {{tag>openssl secur
- outdoor @tag
- ====== outdoor ====== ===== Pages ===== {{topic>outdoor&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/outdoor}}
- base-repo-get-value @z:relax:api:base
- s a service configuration from the repository and outputs a single value (for the given key) to STDOUT. ===== Usage ===== base-repo-get-value SERVICE KE... he key for the value in the service definition to output. ===== Returns ===== Returns the value for t
- base-repo-get-service @z:relax:api:base
- s a service configuration from the repository and outputs it to STDOUT. ===== Usage ===== base-repo-get-service SERVICE * ''SERVICE'': a key of a ser
- Debug Server Certificate from Client @info:cryptography:openssl
- erts -connect www.andunix.net:443 Informations about the used arguments from the OpenSSL man page: ... ect to the local host on port 443. ===== Example Output ===== <file> $ openssl s_client -showcerts -c... ...v......... Start Time: 1398672406 Timeout : 300 (sec) Verify return code: 20 (unable