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 arg... '': if this option is specified then if a private key is created it will not be encrypted. * ''[[http... eates a new certificate request and a new private key. The argument takes one of several forms. rsa:nbi
- Compare a Key with its Certificate @info:cryptography:openssl
- ====== Compare a Key with its Certificate ====== Credit for this example goes to "[[https://kb.wisc.ed... dleware/page.php?id=4064|Verifying that a Private Key Matches a Certificate]]" from the [[https://kb.wi... ersity of Wisconsin Knowledgebase]]. To see if a key ''server.key'' belongs to the certificate ''server.crt'', they need to have the same "modulus" and "ex
- Travian Map Download Script @z:travian
- history_1 int(11) NOT NULL DEFAULT 0, PRIMARY KEY (vid), KEY x (x), KEY y (y), KEY fid (fid), KEY villagename (villagename), KEY uid (uid), KEY aid (aid), KEY popul
- base-repo-get-value @z:relax:api:base
- ository and outputs a single value (for the given key) to STDOUT. ===== Usage ===== base-repo-get-value SERVICE KEY * ''SERVICE'': A key of a service definition in the repository. * ''KEY'': The key for the value in the service definitio
- Convert a Key @info:cryptography:openssl
- ====== Convert a Key ====== ===== Convert P12 to Java Keystore ===== keytool -importkeystore -srcke... t PEM to P12 ===== To convert ''cert.pem'' and ''key.pem'' to ''key.p12'': openssl pkcs12 -export -in cert.pem -inkey key.pem -out key.p12 ===== Export Certificate from P
- Dice Roller @blog:2009
- { var eqIx = params[i].indexOf("="); var key = params[i].slice(i==0?1:0, eqIx); var value = params[i].slice(eqIx+1); if (key=="n") { n = value; } else if (key=="s") { s = value; } else if (key=="o") { o = value; } } if (!(n>0)) { n = 1;
- SSH @info
- ====== SSH ====== ===== Export public key from secret key ===== The public key ''andunix.pub'' which belongs to the secret key ''andunix'' is extracted. ssh-keygen -y -f andunix
- Debug Server Certificate from Client @info:cryptography:openssl
- pher is ECDHE-RSA-AES256-GCM-SHA384 Server public key is 2048 bit Secure Renegotiation IS supported Com... B9A5C833B46552A67 Session-ID-ctx: Master-Key: C9BFCE43302AD337656D867BC6D253BFD034B59E942F7A53... E4CEC5EE3615C34B75571C934E58D96C10DEC47A071B3 Key-Arg : None PSK identity: None PSK ident
- key @tag
- ====== key ====== ===== Pages ===== {{topic>key&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/key}}
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- global|<uuid>|<name> <key>|enumerate setextradata global|<uuid>|<name> <key> [<value>] (no value deletes key) setproperty machinefolder defau
- Memory Usage of a Solaris Container (Zone) @blog:2010
- /816-5175/zones-5/index.html|zones(5)]]. * ''-s key'' Sort output lines (that is, processes, lwps, or users) by key in descending order. Only one key can be used as an argument. * ''rss'' Sort by resident set size.
- base-exec-user @z:relax:api:base
- = base-exec-user USER COMMAND * ''USER'': A key of an user definition in the repository. From thi... REF'' (required if ''REMOTE_HOST'' is not set): A key to a host definition in the repository. * ''R
- Print Information about a Key @info:cryptography:openssl
- ====== Print Information about a Key ====== openssl x509 -inform DER -in testkey.cer -noout -text I... orm. Full details are output including the public key, signature algorithms, issuer and subject names,
- base-ssh-login @z:relax:api:base
- ssh-login SERVICE [ COMMAND ] * ''SERVICE'': a key of an user or host definition in the repository. ... REF'' (required if ''REMOTE_HOST'' is not set): A key to a host definition in the repository. * ''R
- base-ssh-umount @z:relax:api:base
- === base-ssh-mount SERVICE * ''SERVICE'': A key of a service definition in the repository. =====