branch parameter

This commit is contained in:
Jeff Hodges 2015-01-28 14:50:30 -08:00
parent e96b5e7b25
commit 331b3bf60c
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)](https://travis-ci.org/letsencrypt/boulder)
[![Build Status](https://travis-ci.org/letsencrypt/boulder.svg?branch=master)](https://travis-ci.org/letsencrypt/boulder)
Quickstart
----------