rename pem
This commit is contained in:
parent
0c49180c46
commit
ef487958b6
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
# fedi
|
||||
|
||||
Activitypub library.
|
||||
|
||||
If you happen to find this, don't use this.
|
||||
|
|
|
@ -43,7 +43,7 @@ makeActor details =
|
|||
PublicKey
|
||||
{ pkId = actorUrl <> "#main-key"
|
||||
, pkOwner = actorUrl
|
||||
, pkPublicKeyPem = details.pem
|
||||
, pkPublicKeyPem = details.publicPem
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ data UserDetails
|
|||
, name :: String
|
||||
, summary :: String
|
||||
, icon :: Url
|
||||
, pem :: Pem
|
||||
, publicPem :: Pem
|
||||
, privatePem :: FilePath
|
||||
}
|
||||
deriving (Generic, A.FromJSON)
|
||||
|
|
Loading…
Add table
Reference in a new issue