README.md

# GoogleApi.PublicCA

Public Certificate Authority API client library.

The Public Certificate Authority API may be used to create and manage ACME external account binding keys associated with Google Trust Services' publicly trusted certificate authority. 

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_public_ca` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_public_ca, "~> 0.2"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/public-certificate-authority/docs](https://cloud.google.com/public-certificate-authority/docs).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_public_ca](https://hexdocs.pm/google_api_public_ca).