1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Files
docs/content/rest/users/gpg-keys.md

656 B

title, intro, versions, topics, autogenerated
title intro versions topics autogenerated
GPG Keys Use the REST API to manage GPG keys of authenticated users.
fpt ghae ghec ghes
* * * *
API
rest

About user GPG key administration

The data returned in the public_key response field is not a GPG formatted key. When a user uploads a GPG key, it is parsed and the cryptographic public key is extracted and stored. This cryptographic key is what the endpoints in this category will return. This key is not suitable for direct use in programs such as GPG.

{% data reusables.user-settings.user-api %}