May 6, 2009 at 17:35
· Tags: apache, Debian, Fedora, Firefox, Linux, Open Source, Open Standards, openSSL, openssl show certificate, openssl show certificate details, openssl show certificate info, openssl show certificate information, openssl view certificate, ssl, Ubuntu
Permalink
May 6, 2009 at 17:28
· Tags: apache, certificates, Debian, Fedora, Linux, no certificate matches private key, Open Source, Open Standards, openSSL, openssl No certificate matches private key, private key, Public Key, security, ssl, Ubuntu, x509
The private key contains a series of numbers. Two of those numbers form the “public key”, the others are part of your “private key”. The “public key” bits are also embedded in your Certificate (we get them from your CSR). To check that the public key in your cert matches the public portion of your private key, you need to view the cert and the key and compare the numbers.
Normally it requires some manual number matching to match a given private key with a given certificate, however with this command you are able to do a comparison automatic:
$ (openssl x509 -noout -modulus -in server.pem | openssl md5 ;\
openssl rsa -noout -modulus -in server.key | openssl md5) | uniq
(If more than one hash is displayed, they don’t match)
No related posts.
Permalink
May 1, 2009 at 18:56
· Tags: DNS, Ethernet, Internet Protocol, Internet Protocol Version, IPv4, Leopard, Mac OS X, OpenDNS, opendns workaround, operating system, piratebay dns, piratebay workaround, Select Internet Protocol, Sharing Center, TCP/IP, thepiratebay dns, thepiratebay proxy, thepiratebay.org, Vista, Windows, Windows Vista, Windows XP, xp
To get around the censorship you can to change the name server settings on your computer or router. Here are some different ways to do it.
Option 1: Use OpenDNS
OpenDNS is a project that helps you to avoid the censorship in an easy way. On their website you can find information about how to configure your computer, regardless of which operating system you use. They also have guides for a large amount of routers.
Option 2: Guide for Mac OS X
(the official OS X Leopard guide from OpenDNS)
1. Go to System Preferences
2. Click on Network
3. Select Built In Ethernet and click Advanced
4. Select the DNS tab and add 208.67.222.222 and 208.67.220.220 to the list of DNS servers. Click OK
Option 4: Guide for Windows XP”
1. Select Control Panel from the Start menu.
2. Click Network Connections from the Control Panel choices.
3. Choose your connection from the Network Connections window.
4. Click Properties button.
5. Select Internet Protocol (TCP/IP) and click Properties.
6. Click the radio button Use the following DNS server addresses and type in OpenDNS addresses in the Preferred DNS server and Alternate DNS server fields.
Option 4: Guide for Windows Vista”
1. Click the Start Orb, then select Control Panel.
2. Click on View network status and tasks.
3. Click on View status.
4. Click the Properties button.
5. Vista may ask for your permission to make changes. If so, click the Continue button.
6. Select Internet Protocol Version 4 (TCP/IPv4), then click the Properties button.
7. Click the radio button Use the following DNS server addresses: and type in OpenDNS addresses in the Preferred DNS server and Alternate DNS server fields.
8. Click the OK button, then the Close button, and the Close button again. Close the Network and Sharing Center window.
Related posts:
- Xen Howto: Install Windows
- Howto Install Windows XP / Vista on Xen
- Howto crack (or hack) a wireless network with Wired Equivalent Privacy (WEP)
- Howto: Office 2007 on Linux with Wine
- Upgrading to Ubuntu 9.04
- Jailbreak iPhone 3GS Using redsn0w (Windows)
- Windows 7 Tricks
- Howto: How to Reset the MySQL Root Password
- TCP Resource Exhaustion Denial of Service (DoS) Attack
- Crack Cisco VPN (hack)
Permalink