• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » cat
Trace: • kenai • WiFi Config QR-Code • pkg • device • audio • admin • mouse • webhosting • apple • ReLAX

cat
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 (24)
  • blog (8)
  • tag (3)
  • z (3)
  • wiki (2)
  • p (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • certificate
  • certification
  • tomcat
  • Increase the Tomcat Upload Limit
  • Compare a Key with its Certificate
  • Convert a Certificate
  • Debug Server Certificate from Client
  • Download a Server Certificate
  • Print all certificates in a file
  • Print Information about a Certificate

Fulltext results:

Debug Server Certificate from Client @info:cryptography:openssl
15 Hits, Last modified: 12 years ago
====== Debug Server Certificate from Client ====== Credit for this example goes to "[[http://langui.sh/2009/03/14/checking-a-remote-certificate-chain-with-openssl/| Checking A Remote Certificate Chain With OpenSSL]]" from [[http://langui.sh/|lan... s|-showcerts]]'': display the whole server certificate chain: normally only the server certificate itse
Download a Server Certificate @info:cryptography:openssl
13 Hits, Last modified: 11 years ago
====== Download a Server Certificate ====== First, load the certificate chain from the server: <code bash> openssl s_client -showcerts -... </code> This will output the whole server certificate chain. Every chertificate ist wrapped between ''-----BEGIN CERTIFICATE-----'' and ''-----END CERTIFIC
Generate a Test Key @info:cryptography:openssl
9 Hits, Last modified: 11 years ago
sl.org/docs/apps/req.html|req]]'': PKCS#10 certificate request and certificate generating utility. * ''[[http://www.openssl.org/docs/apps/req.html#item__x... 509]]'': this option outputs a self signed certificate instead of a certificate request. This is typically used to generate a test certificate or a self sig
Increase the Tomcat Upload Limit @info:sysadmin
8 Hits, Last modified: 9 years ago
====== Increase the Tomcat Upload Limit ====== The "manager"-App of the Tomcats has a limit of 50MiB. This limit is defined in t... ltipart-config> </code> If you have installed Tomcat in ''/opt/tomcat'', the file will be here: ''/opt/tomcat/webapps/manager/WEB-INF/web.xml''. If you hav
Print all certificates in a file @info:cryptography:openssl
6 Hits, Last modified: 13 years ago
====== Print all certificates in a file ====== This command is especially helpful if you want to use Tomcat-/Java-Keystore-Certificates with the Apache webserver. Use the -print_certs to print all the certificates and then cut the file and store each certificat
Travian Analyzer Bookmarklet @z:travian
5 Hits, Last modified: 13 years ago
t, save a bookmark with title "Analyze" and the location javascript:top.location.href=((String(window.getSelection()).length>0)?'http://travian.ws/analyser.pl?s=de7&q='+window.getSelection():top.location.href.replace(/http:\/\/welt7\.travian\.de\/(sp... in a more readable way: <code> javascript: top.location.href=( (String(window.getSelection()).length
Print Information about a Key @info:cryptography:openssl
5 Hits, Last modified: 11 years ago
.openssl.org/docs/apps/x509.html|x509]]'': Certificate display and signing utility. * ''[[http://www.... t normally the command will expect an X509 certificate but this can change if other options such as -re... The DER format is the DER encoding of the certificate and PEM is the base64 encoding of the DER encodi... his specifies the input filename to read a certificate from or standard input if this option is not spe
jps - Java Virtual Machine Process Status Tool @info:java
4 Hits, Last modified: 13 years ago
pkg/hourglass-0.6.1/lib/hourglass.jar 51299 /Applications/jEdit 56042 sun.tools.jps.Jps 51610 org.netbe... 51610 Main --userdir /Users/andreas/Library/Application Support/visualvm/1.0.1 --branding visualvm </c... VM parameters: ''jps -v'' <code> 56053 Jps -Dapplication.home=/System/Library/Frameworks/JavaVM.framewo... Downloads/visualvm/platform7 -Dcom.apple.mrj.application.apple.menu.about.name=visualvm -Xms24m -Xmx192
Compare a Key with its Certificate @info:cryptography:openssl
4 Hits, Last modified: 13 years ago
====== Compare a Key with its Certificate ====== Credit for this example goes to "[[https://kb.wisc.ed... 064|Verifying that a Private Key Matches a Certificate]]" from the [[https://kb.wisc.edu/|University of... see if a key ''server.key'' belongs to the certificate ''server.crt'', they need to have the same "modu... : (stdin)= 91cc0cf512b528689960a9fbd42bdabe </file> {{tag>openssl cryptography key certificate howto}}
Project Idea: WikiTable @blog:2009
4 Hits, Last modified: 17 years ago
that such a this already exists) is a small application which creates tables which then can be include... The first step could be a small standalone application which manages the tables. The tables should al... cluded by most wikis. In a second step, the application could be transformed to a plugin for wiki syst... tables in the wiki and not to use a separate application. The biggest benefit would be to use the autho
Travian Map Download Script @z:travian
4 Hits, Last modified: 13 years ago
EXIT" exit 1 fi ${MYSQL} << __SQL__ TRUNCATE x_world; __SQL__ ${MYSQL} < ${todaymap} echo "... ld" ${MYSQL} << __SQL__ -- -- update world -- TRUNCATE ${world}_world; INSERT INTO ${world}_world SELEC... ${MYSQL} << __SQL__ -- -- update alliances -- TRUNCATE ${world}_alliance; INSERT INTO ${world}_allianc... " ${MYSQL} << __SQL__ -- -- update account -- TRUNCATE ${world}_account; INSERT INTO ${world}_account
DynDNS Updates without a Client @info:script
4 Hits, Last modified: 13 years ago
h> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-%... e switch ''--insecure'' to disable the SSL certificate check. As soon a I found out how to download the server certificate and check it in the correct way I will let you k... -update. You can find the DynDNS protocol specification at http://www.dyndns.com/developers/specs/synt
Print Information about a Certificate @info:cryptography:openssl
4 Hits, Last modified: 10 years ago
====== Print Information about a Certificate ====== openssl x509 -in testkey.crt -noout -text Infor... .openssl.org/docs/apps/x509.html|x509]]'': Certificate display and signing utility. * ''[[http://www.... his specifies the input filename to read a certificate from or standard input if this option is not spe... .html#item__text|-text]]'': prints out the certificate in text form. Full details are output including
Convert a Key @info:cryptography:openssl
4 Hits, Last modified: 7 years ago
-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 testkey.p12 -out test
CloudTable @z:cloudtable
3 Hits, Last modified: 13 years ago
the informations about the forms, tables and applications. Also the users will be stored here. The data... t server (e.g. outside of a company with the application inside). This remote form will send the input via email to the application. {{tag>cloud cloudtable database project}}
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
3 Hits, Last modified: 13 years ago
certification @tag
3 Hits, Last modified: 12 years ago
IPS Repository Appliance @blog:2010
3 Hits, Last modified: 15 years ago
SSH @info:sysadmin
3 Hits, Last modified: 10 years ago
tomcat @tag
3 Hits, Last modified: 9 years ago
certificate @tag
3 Hits, Last modified: 12 years ago
Package Repositories @info:solaris
2 Hits, Last modified: 13 years ago
ZFS Playground @blog:2009
2 Hits, Last modified: 17 years ago
Convert a Certificate @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
Formatting Syntax @wiki
2 Hits, Last modified: 5 years ago
Setting the Timezone @info:linux:debian
2 Hits, Last modified: 13 years ago
Home Server Goals @blog:2010
2 Hits, Last modified: 10 years ago
DokuWiki @wiki
1 Hits, Last modified: 5 years ago
Serial Protocol @p:dmx
1 Hits, Last modified: 12 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
localeadm @info:solaris
1 Hits, Last modified: 13 years ago
Drupal: Reverse Proxy @blog:2010
1 Hits, Last modified: 13 years ago
Oracle: SPFile and PFiles @info:oracle
1 Hits, Last modified: 13 years ago
rmdir for OSX @info:mac
1 Hits, Last modified: 10 years ago
ReLAX @blog:2009
1 Hits, Last modified: 16 years ago
Firefox @info:prog:firefox
1 Hits, Last modified: 13 years ago
Dice Roller @blog:2009
1 Hits, Last modified: 17 years ago
Reload Page @info:javascript
1 Hits, Last modified: 13 years ago
fstyp @info:solaris
1 Hits, Last modified: 13 years ago
MacPorts @info:mac
1 Hits, Last modified: 10 years ago
How To Create a Moveable VM with VirtualBox @blog:2010
1 Hits, Last modified: 16 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