-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
ISEFraunhofer Institute for Solar Energy Systems ISEFraunhofer Institute for Solar Energy Systems ISE
Description
@simon-wacker Can I exchange
mutation {
sendKeys(input: {
asciiArmoredKeys: <ASCII_ARMORED_KEYS>
keyFingerprint: <SIGNING_KEY_FINGERPRINT>
}) { }
}
at
Line 1578 in dacc9a9
| asciiArmoredKeys: <ASCII_ARMORED_KEYS> |
by
mutation {
allowRepresentativeToSignData(
input: {
institutionId: <UUID_INSTITUTION>
userId: <UUID_USER>
}
) {
errors {
code
message
path
}
addKeyFingerprint(
input: { institutionId: <UUID_INSTITUTION>, keyFingerprint: <SIGNING_KEY_FINGERPRINT>, userId: <UUID_USER> }
) {
keyFingerprint
}
}
Then upload your public key to https://keys.openpgp.org/ with
`gpg --export <SIGNING_KEY_FINGERPRINT> | curl -T - https://keys.openpgp.org`
and verify your email address.
Metadata
Metadata
Assignees
Labels
ISEFraunhofer Institute for Solar Energy Systems ISEFraunhofer Institute for Solar Energy Systems ISE
Type
Projects
Status
✅ Done