• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » key
Trace: • generator • webhosting • andunix Infos • community • Welcome to your new DokuWiki • de • exif • rmdir for OSX • andunix.net • dns

key
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • info (12)
  • z (10)
  • blog (3)
  • tag (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • key
  • Compare a Key with its Certificate
  • Convert a Key
  • Generate a Test Key
  • Print Information about a Key

Fulltext results:

Generate a Test Key @info:cryptography:openssl
34 Hits, Last modified: 11 years ago
====== 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: *
Convert a Key @info:cryptography:openssl
22 Hits, Last modified: 7 years ago
====== Convert a Key ====== ===== Convert P12 to Java Keystore ===== keytool -importkeystore -srckeystore testkey.p12 -srcstoretype pkcs12 -srcalias 1 -destkeystore testkey.jk
Compare a Key with its Certificate @info:cryptography:openssl
12 Hits, Last modified: 13 years ago
====== 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
10 Hits, Last modified: 13 years ago
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
6 Hits, Last modified: 13 years ago
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
Print Information about a Key @info:cryptography:openssl
5 Hits, Last modified: 11 years ago
====== Print Information about a Key ====== openssl x509 -inform DER -in testkey.cer -noout -text Informations about the used arguments... .openssl.org/docs/apps/x509.html#item__in|-in testkey.cer]]'': This specifies the input filename to rea... orm. Full details are output including the public key, signature algorithms, issuer and subject names,
VBoxManage (The VirtualBox CLI) @info:virtualbox
5 Hits, Last modified: 12 years ago
ps2|usb|usbtablet [--keyboard ps2|usb [--uart<... tton|acpisleepbutton| keyboardputscancode <hex> [<hex> ...]| ... global|<uuid>|<name> <key>|enumerate setextradata global|<uuid>|<name> <key> [<value>] (no value
SSH @info
5 Hits, Last modified: 13 years ago
====== 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
Convert a Certificate @info:cryptography:openssl
4 Hits, Last modified: 11 years ago
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}}
Dice Roller @blog:2009
4 Hits, Last modified: 17 years ago
{ 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;
Print Information about a Certificate @info:cryptography:openssl
4 Hits, Last modified: 10 years ago
bout a Certificate ====== openssl x509 -in testkey.crt -noout -text Informations about the used arg... .openssl.org/docs/apps/x509.html#item__in|-in testkey.crt]]'': This specifies the input filename to rea... orm. Full details are output including the public key, signature algorithms, issuer and subject names, ... ld redirect the output into a file (with "''> testkey_info.txt''") or into some pager (like "''| less''
Memory Usage of a Solaris Container (Zone) @blog:2010
3 Hits, Last modified: 16 years ago
/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.
Debug Server Certificate from Client @info:cryptography:openssl
3 Hits, Last modified: 12 years ago
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
3 Hits, Last modified: 12 years ago
====== key ====== ===== Pages ===== {{topic>key&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/key}}
SSH @info:sysadmin
2 Hits, Last modified: 10 years ago
====== SSH ====== ===== SSH with Public Key Authentication only ===== === /etc/ssh/sshd_config === Mak... shd_config'') contains these settings: <code> PubkeyAuthentication yes PasswordAuthentication no </cod
base-exec-user @z:relax:api:base
2 Hits, Last modified: 13 years ago
base-ssh-login @z:relax:api:base
2 Hits, Last modified: 13 years ago
Firefox Extensions @info:prog:firefox
2 Hits, Last modified: 12 years ago
host-user-tab @z:relax:api:host
1 Hits, Last modified: 13 years ago
base-repo-get-service @z:relax:api:base
1 Hits, Last modified: 13 years ago
base-ssh-umount @z:relax:api:base
1 Hits, Last modified: 13 years ago
base-ssh-mount @z:relax:api:base
1 Hits, Last modified: 13 years ago
host-user-list @z:relax:api:host
1 Hits, Last modified: 13 years ago
Simulating slow network connections with trickle @blog:2014
1 Hits, Last modified: 12 years ago
base-exec-superuser @z:relax:api:base
1 Hits, Last modified: 13 years ago
Print all certificates in a file @info:cryptography:openssl
1 Hits, Last modified: 13 years ago
Formatting Syntax @wiki
1 Hits, Last modified: 5 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki