Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ Using a Private Network for communications between your Instances hosting your a
3. Transfer the TLS certificate to the Instance using the `scp` (secure copy) command to securely transfer the certificate from your local machine to the Scaleway Instance.
- Example command:
```bash
scp -i ~/.ssh/id_rsa /home/user/certs/cert_file.pem root@51.115.xxx.yyy:/root
scp -i ~/.ssh/id_ed25519 /home/user/certs/cert_file.pem root@51.115.xxx.yyy:/root
```
- Replace placeholders in the command above as follows:
- `-i ~/.ssh/id_rsa`: Path to your private SSH key.
- `/home/user/certs/cert_file.pem`: Path to the certificate file.
- `-i ~/.ssh/id_ed25519`: Path to your private SSH key.
- `/home/user/certs/cert_file.pem`: Path to the certificate file on your local machine.
- `root`: Your Scaleway Instance username (`root` for default configuration).
- `51.115.xxx.yyy`: Public IP address of your Scaleway Instance.
- `/root`: Destination directory on the Scaleway Instance.
- `:/root`: Destination directory on the Scaleway Instance.
<Message type="note">
Ensure the destination directory exists and you have write permissions. Create the directory if necessary.
</Message>
Expand Down Expand Up @@ -145,4 +145,4 @@ Using a Private Network for communications between your Instances hosting your a
</Message>
<Message type="important">
Managed Inference deployments must have at least one endpoint, either public or private. Consequently, users cannot detach their private endpoint without having a public one.
</Message>
</Message>