Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.1 KB

File metadata and controls

45 lines (31 loc) · 1.1 KB
external help file OutSystems.SetupTools-help.xml
Module Name OutSystems.SetupTools
online version
schema 2.0.0

New-OSPlatformPrivateKey

SYNOPSIS

Returns a new OutSystems environment private key.

SYNTAX

New-OSPlatformPrivateKey [<CommonParameters>]

DESCRIPTION

This will return a new OutSystems platform private key.

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.String

NOTES

If you are installing a farm environment, the private keys from the OutSystems controller and the frontends must match (private.key file). With this cmdlet you can pre-generate the key and use the output in the New-OSServerConfig.

RELATED LINKS