Skip to content
Snippets Groups Projects
Select Git revision
  • c74372dae6c46bbf23a1193cde9402f5284332d1
  • ballinvoher default protected
  • client-http-server-for-token
  • master
  • gitlab-auth-issue
  • windows
  • microsoft
  • message
  • azure_auth
  • prometheus
  • permission-templates
  • no-datastore
  • save-public-keys
  • gitlab-group-level-start
  • v1.1.0
  • v1.0.0
  • v0.1
17 results

example-client.conf

Blame
  • example-client.conf 348 B
    ca = "https://sshca.example.com"  // Address of the cashierd CA
    key_type = "rsa"  // Type of ssh key to generate - rsa, ecdsa, ed25519
    key_size = 2048  // Size of key to generate. ecdsa must be one of 256, 384, 521. This value is ignored for ed25519 keys.
    validity = "24h"  // How long the cert will be valid for. Must be a valid go time.Duration.