class Localhost::Authority

def key

The private key.
def key
	@key ||= OpenSSL::PKey::RSA.new(BITS)
end