Add ACME account to storeconfig command
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
bb29d9c8ca
commit
4ad4b8e0b8
7 changed files with 58 additions and 180 deletions
|
@ -21,8 +21,7 @@ type LocalStore struct {
|
|||
// NewLocalStore create a LocalStore
|
||||
func NewLocalStore(file string) *LocalStore {
|
||||
return &LocalStore{
|
||||
file: file,
|
||||
storageLock: sync.RWMutex{},
|
||||
file: file,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue