Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from hetznerZA/snis
Browse files Browse the repository at this point in the history
Fixing SNIs in request
  • Loading branch information
luispabon authored Aug 20, 2018
2 parents c6dfb98 + e56a250 commit 09e4a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/UpdateCertificatesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'form_params' => [
'cert' => file_get_contents(sprintf('%s/fullchain.pem', $basePath)),
'key' => file_get_contents(sprintf('%s/privkey.pem', $basePath)),
'snis' => $domain,
'snis[]' => $domain,
],
];

Expand Down

0 comments on commit 09e4a24

Please sign in to comment.