Fulltext results:
- Generate a Test Key @info:cryptography:openssl
- ====== Generate a Test Key ====== openssl 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... ate request. This is typically used to generate a test certificate or a self signed root CA. The extensi
- Convert a Key @info:cryptography:openssl
- ore ===== keytool -importkeystore -srckeystore testkey.p12 -srcstoretype pkcs12 -srcalias 1 -destkeystore testkey.jks -deststoretype jks -destalias testkey You can add ''-deststorepass PASSWORD'' to set the passwo... complete certificate chain: openssl pkcs12 -in testkey.p12 -out testkey.pem -nokeys Export the certi
- rmdir for OSX @info:mac
- mmand line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash function to remove directories together with
- Convert a Certificate @info:cryptography:openssl
- DER to PEM ===== 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}}
- Print Information about a Key @info:cryptography:openssl
- bout a Key ====== openssl x509 -inform DER -in testkey.cer -noout -text Informations about the used ... /www.openssl.org/docs/apps/x509.html#item__in|-in testkey.cer]]'': This specifies the input filename to ... should redirect the output into a file (with "''> testkey_info.txt''") or into some pager (like "''| les
- Print Information about a Certificate @info:cryptography:openssl
- on about a Certificate ====== openssl x509 -in testkey.crt -noout -text Informations about the used ... /www.openssl.org/docs/apps/x509.html#item__in|-in testkey.crt]]'': This specifies the input filename to ... should redirect the output into a file (with "''> testkey_info.txt''") or into some pager (like "''| les
- exiftool @info:script
- ===== Rename Photos ===== Try it first with ''-testname'': exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg Then rename the files: e
- Make your Mac feel at Home @info:mac
- === A small snippet from one of my scripts which tests whether your Mac is in the given (home) WLAN. <
- DynDNS Updates without a Client @info:script
- t of my scripts collection, so you can find the latest version at http://bitbucket.org/andunix/scripts/s
- Install the Java-Plugin for Firefox @info:java
- /plugins/libnpjp2.so </code> Please note, that I tested this with Ubuntu 14.04, the "plugin" directory