Skip to content

Commit

Permalink
Update packages/dashmate/src/listr/tasks/setup/regular/configureSSLCe…
Browse files Browse the repository at this point in the history
…rtificateTaskFactory.js

Co-authored-by: thephez <[email protected]>
  • Loading branch information
shumkov and thephez authored Aug 29, 2024
1 parent 6482f52 commit d3e6de6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export default function configureSSLCertificateTaskFactory(
if (!ctx.fileCertificateProviderForm) {
form = await task.prompt({
type: 'form',
header: ` To configure SSL certificate, you need to provide a certificate chain file
header: ` To configure SSL certificates, you need to provide a certificate chain file
and a private key file.
Certificate chain file should contain your server certificate at the top and
The certificate chain file should contain your server certificate at the top and
then intermediate/root certificates if present.\n`,
message: 'Specify paths to your certificate files',
choices: [
Expand Down

0 comments on commit d3e6de6

Please sign in to comment.