diff options
| author | Adnan Maolood <[email protected]> | 2021-02-23 09:05:45 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-23 09:05:45 -0500 |
| commit | 871a8fe3d247ba864b13ba362a37f4b386e798b9 (patch) | |
| tree | 3ba0badd6fbf8c2de64c40d7c1bccaf4c1efbfc8 /certificate/create.go | |
| parent | certificate.Store: Update documentation (diff) | |
| download | go-gemini-871a8fe3d247ba864b13ba362a37f4b386e798b9.tar.xz go-gemini-871a8fe3d247ba864b13ba362a37f4b386e798b9.zip | |
certificate: Update documentation
Diffstat (limited to 'certificate/create.go')
| -rw-r--r-- | certificate/create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certificate/create.go b/certificate/create.go index d9c2bb5..2d00ded 100644 --- a/certificate/create.go +++ b/certificate/create.go @@ -1,4 +1,4 @@ -// Package certificate provides utility functions for TLS certificates. +// Package certificate provides functions for creating and storing TLS certificates. package certificate import ( |