Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 530 Bytes

File metadata and controls

18 lines (15 loc) · 530 Bytes
title GPG Keys
intro
versions
fpt ghes ghae ghec
*
*
*
*
topics
API
miniTocMaxHeadingLevel 3

About the User GPG keys API

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 is returned by the APIs on this page. This key is not suitable to be used directly by programs like GPG.

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