Skip to content

Commit

Permalink
add links to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fszlin committed Aug 17, 2017
1 parent 409b3f7 commit 9cd2016
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Before [Let's Encrypt](https://letsencrypt.org), SSL/TLS certificate for HTTPS
was a privilege for who can afford it. With Certes, you can quickly generate
certificates using .NET or command line, and it is **free**.

# Get Certified in 5 Minutes
## Get Certified in 5 Minutes

Install [.NET Core](https://www.microsoft.com/net/core)

Expand Down Expand Up @@ -94,7 +94,7 @@ More...
* By default, the account and contextual data are saved in **data.json**,
use ```--path``` option to change the location.

# Get Started
## Get Started

You can get Certes by grabbing the latest
[NuGet package](https://www.nuget.org/packages/Certes).
Expand Down Expand Up @@ -156,4 +156,12 @@ using (var client = new AcmeClient(WellKnownServers.LetsEncrypt))
await client.RevokeCertificate(cert);
}
}
```
```

Read more about the [supported ACME flows](implementation-status.md).

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/fszlin/certes/tags).

Also check the [changelog](CHANGELOG.md) to see what's we are working on.

0 comments on commit 9cd2016

Please sign in to comment.