Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.2 KB

File metadata and controls

35 lines (25 loc) · 1.2 KB
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2023-01-01
Export certificates
Exports the certificate that Octopus Server can use to authenticate itself with its Tentacles
50

Use the export certificate command to backup the certificate that Octopus Server uses to authenticate itself with its Tentacles.

Export certificate options

Usage: octopus.server export-certificate [<options>]

Where [<options>] is any of:

      --instance=VALUE       Name of the instance to use
      --config=VALUE         Configuration file to use
      --export-pfx=VALUE     The filename to which to export the certificate
      --pfx-password=VALUE   The password to use for the exported pfx file

Or one of the common options:

      --help                 Show detailed help for this command

Basic example

This example exports the certificate that the Octopus Server instance named OctopusServer uses to authenticate itself with its Tentacles:

octopus.server export-certificate --instance="OctopusServer" --export-pfx="C:\temp\OctopusServer-certificate.pfx" --pfx-password="Sup3r5ecretPa$$w0rd"