/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nbailey.ca
| | sgued.fr
3.1 parsecs away

Travel
| | X509 certificate can be encoded either as DER or PEM. DER encoding is an efficient binary format, while PEM encoding is a wrapper around the Base 64 DER encoding of the certificate. Usually, when dealing with a specific certificate, you know beforehand whether it's encoded as DER or PEM. For example, in the opennssl CLI, you can give it the -inform parameter, which accepts either DER or PEM. However, what if don't know the encoding of the certificate, can you figure it out on the fly?
| | blog.foletta.net
3.0 parsecs away

Travel
| |
| | zacbrown.org
2.3 parsecs away

Travel
| | Zac Brown's Nonsense is the source for all of Zac Brown's nonsense. If it's Zac Brown related, then it's probably nonsense. And if it's nonsense, then it's probably here!
| | blog.oddbit.com
30.6 parsecs away

Travel
| This is a long-form response to this question, and describes how to get the nova-docker driver up running with devstack under Ubuntu 14.04 (Trusty). I wrote a similar post for Fedora 21, although that one was using the RDO Juno packages, while this one is using devstack and the upstream sources. Getting started We'll be using the Ubuntu 14.04 cloud image (because my test environment runs on OpenStack). First, let's install a few prerequisites: $ sudo apt-get update $ sudo apt-get -y install git git-revie...