branch is not actually desirable

This commit is contained in:
Jeff Hodges 2015-01-28 15:07:32 -08:00
parent b073c375e9
commit dbe6cc76f9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Boulder - An ACME CA
This is an initial implementation of an ACME-based CA. The [ACME protocol](https://github.com/letsencrypt/acme-spec/) allows the CA to automatically verify that an applicant for a certificate actually controls an identifier, and allows domain holders to issue and revoke certificates for their domains.
[![Build Status](https://travis-ci.org/letsencrypt/boulder.svg?branch=master)](https://travis-ci.org/letsencrypt/boulder)
[![Build Status](https://travis-ci.org/letsencrypt/boulder.svg)](https://travis-ci.org/letsencrypt/boulder)
Quickstart
----------