Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 786 Bytes

gpg-keys.md

File metadata and controls

21 lines (17 loc) · 786 Bytes
title shortTitle allowTitleToDifferFromFilename intro versions topics autogenerated
REST API endpoints for GPG keys
GPG keys
true
Use the REST API to manage GPG keys of authenticated users.
fpt 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 %}