Fulltext results:
- Convert a Key @info:cryptography:openssl
- nd ''key.pem'' to ''key.p12'': openssl pkcs12 -export -in cert.pem -inkey key.pem -out key.p12 ===== Export Certificate from P12 ===== Export the certificate with the complete certificate chain: openssl pkcs12 -in testkey.p12 -out testkey.pem -nokeys Export the certificate only: openssl pkcs12 -in testke
- Generate a Test Key @info:cryptography:openssl
- key into a PKCS#12 container: openssl pkcs12 -export -out testkey.p12 -inkey testkey.key -in testkey.c... ttp://www.openssl.org/docs/apps/pkcs12.html#item__export|-export]]'': this option specifies that a PKCS#12 file will be created rather than parsed. * ''[[http:/
- MySQL: Backup @info:mysql:database
- ====== MySQL: Backup ====== ===== Export a Database ===== <code bash> # set or replace the variables $US... op-table -u${USER} -p${PASS} ${DB} </code> ===== Export all Databases individually ===== <code bash> # s... # sleep 10 # optional done wait # for child processes to end </code> {{tag>mysql admin backup export}}
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- for a particular OVF) export <machines> --output|-o <name>.... show [--human-readable|--sh-export|--sh-eval| --cm
- Firefox Extensions @info:prog:firefox
- https://addons.mozilla.org/firefox/addon/password-exporter/|Password Exporter]] {{tag>mozilla firefox extension add-on}}
- Oracle: Resize Instance @info:oracle
- et = 6G SCOPE=SPFILE; </code> Then, (optionally) export the SPFile to a PFile: <code sql> CREATE PFILE F
- Oracle: EXP @info:oracle
- ====== Oracle: EXP ====== ===== Export all Objects from an Account ===== Enter the account name insteand
- SSH
- ====== SSH ====== ===== Export public key from secret key ===== The public key ''andunix.pub'' which bel
- Oracle: SPFile and PFiles @info:oracle
- regular text files. ===== Create PFile ===== To export the SPFiles to a PFile, just enter the following