igcv3 - v1.1.0
GitHub
Preparing search index...
generate/io
saveGeneratedFiles
Function saveGeneratedFiles
saveGeneratedFiles
(
pkiService
:
PkiService
,
keyPair
:
GeneratedKeyPair
,
csrContent
:
string
|
Buffer
,
paths
:
{
outDir
:
string
;
keyPath
:
string
;
csrPath
:
string
}
,
config
:
AppConfig
,
options
:
GenerateOptions
,
isSilent
:
boolean
,
spinner
:
Ora
,
)
:
Promise
<
void
>
Save generated key pair and CSR to files.
Parameters
pkiService
:
PkiService
keyPair
:
GeneratedKeyPair
csrContent
:
string
|
Buffer
paths
:
{
outDir
:
string
;
keyPath
:
string
;
csrPath
:
string
}
config
:
AppConfig
options
:
GenerateOptions
isSilent
:
boolean
spinner
:
Ora
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
GitHub
igcv3 - v1.1.0
Loading...
Save generated key pair and CSR to files.