Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Organization
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
        • Generate
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GenerateSshCertificateRequest
  • GenerateSshCertificateResponse
  1. API reference
  2. gRPC
  3. SshCertificate
  4. Generate

Cloud Organization API, gRPC: SshCertificateService.Generate

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GenerateSshCertificateRequest
  • GenerateSshCertificateResponse

Members of an organization can generate certificates for themselves
Signing certificates for other users requires a special permission

gRPC request

rpc Generate (GenerateSshCertificateRequest) returns (GenerateSshCertificateResponse)

GenerateSshCertificateRequest

{
  // Includes only one of the fields `cloud_id`, `organization_id`
  "cloud_id": "string",
  "organization_id": "string",
  // end of the list of possible fields
  // Includes only one of the fields `subject_id`, `os_login`
  "subject_id": "string",
  "os_login": "string",
  // end of the list of possible fields
  "public_key": "string"
}

Field

Description

cloud_id

string

the cloud must be attached to an organization

Includes only one of the fields cloud_id, organization_id.

organization_id

string

Includes only one of the fields cloud_id, organization_id.

subject_id

string

specify subject to generate certificate for default login

Includes only one of the fields subject_id, os_login.

os_login

string

specify os_login for a specific login

Includes only one of the fields subject_id, os_login.

public_key

string

Required field.

GenerateSshCertificateResponse

{
  "signed_certificate": "string"
}

Field

Description

signed_certificate

string

as per specification https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.certkeys?annotate=HEAD

Was the article helpful?

Previous
Overview
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC