mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
refactor: rename accounts storage file
This commit is contained in:
parent
b5f3766a33
commit
7cc9427e99
3 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ func (a *Account) GetEmail() string {
|
|||
return a.Email
|
||||
}
|
||||
|
||||
// GetPrivateKey returns the private RSA account key.
|
||||
// GetPrivateKey returns the private account key.
|
||||
func (a *Account) GetPrivateKey() crypto.PrivateKey {
|
||||
return a.key
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue