chore(ssl): rename CA cert to coolify-ca.crt because of conflicts
This commit is contained in:
parent
85c777d2a4
commit
7406ee67c2
2 changed files with 4 additions and 4 deletions
|
|
@ -32,8 +32,8 @@ public function handle(Server $server)
|
|||
"mkdir -p $serverCertPath",
|
||||
"chown -R 9999:root $serverCertPath",
|
||||
"chmod -R 700 $serverCertPath",
|
||||
"echo '{$serverCert->ssl_certificate}' > $serverCertPath/ca.crt",
|
||||
"chmod 644 $serverCertPath/ca.crt",
|
||||
"echo '{$serverCert->ssl_certificate}' > $serverCertPath/coolify-ca.crt",
|
||||
"chmod 644 $serverCertPath/coolify-ca.crt",
|
||||
]);
|
||||
remote_process($commands, $server);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ public function run()
|
|||
"mkdir -p $serverCertPath",
|
||||
"chown -R 9999:root $serverCertPath",
|
||||
"chmod -R 700 $serverCertPath",
|
||||
"echo '{$serverCert->ssl_certificate}' > $serverCertPath/ca.crt",
|
||||
"chmod 644 $serverCertPath/ca.crt",
|
||||
"echo '{$serverCert->ssl_certificate}' > $serverCertPath/coolify-ca.crt",
|
||||
"chmod 644 $serverCertPath/coolify-ca.crt",
|
||||
]);
|
||||
|
||||
remote_process($commands, $server);
|
||||
|
|
|
|||
Loading…
Reference in a new issue