Fulltext results:
- Change Encoding with iconv @info:script
- ====== Change Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t utf-8 -o OUTPUT.txt INPUT.txt Converts ''INPUT.txt'' from ''iso-8859-1'' to ''utf-8'' and writes it to ''OUTPUT.txt''. ===== Convert All Files in a Directory ===== <code bash> for f... -o ${f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cli}}
- Convert a Key @info:cryptography:openssl
- ====== Convert a Key ====== ===== Convert P12 to Java Keystore ===== keytool -importkeystore -srckeystore testkey.p12... on't, keytool will ask you for a password. ===== Convert PEM to P12 ===== To convert ''cert.pem'' and ''key.pem'' to ''key.p12'': openssl pkcs12 -export -in ce
- Convert a Certificate @info:cryptography:openssl
- ====== Convert a Certificate ====== ===== Convert DER to PEM ===== openssl x509 -inform der -in testkey.der -out testkey.pem ===== Convert PEM to DER ===== openssl x509 -outform der -in
- Download a Server Certificate @info:cryptography:openssl
- This certificate is in the PEM (text) format. To convert it to the binary DER format see [[convert_certificate]]. {{tag>openssl security cryptography certificate
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ,ESX] [--existing] convertfromraw <filename> <outputfile> ... SX] [--uuid <uuid>] convertfromraw stdin <outputfile> <bytes>