mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
CERTIFICAT -> CERTIFICATE, CLE -> KEY
This commit is contained in:
parent
cc65bd4f07
commit
4b56737cba
1 changed files with 4 additions and 4 deletions
|
@ -13,15 +13,15 @@ After the certificate creation with your registration authority, you must have a
|
|||
These two files should be copied to the server, if they are not already there.
|
||||
|
||||
```bash
|
||||
scp CERTIFICAT.crt admin@DOMAIN.TLD:ssl.crt
|
||||
scp CLE.key admin@DOMAIN.TLD:ssl.key
|
||||
scp CERTIFICATE.crt admin@DOMAIN.TLD:ssl.crt
|
||||
scp KEY.key admin@DOMAIN.TLD:ssl.key
|
||||
```
|
||||
|
||||
From Windows, scp can be used with Putty, by downloading the tool [pscp](http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe)
|
||||
|
||||
```bash
|
||||
pscp -P 22 CERTIFICAT.crt admin@DOMAIN.TLD:ssl.crt
|
||||
pscp -P 22 CLE.key admin@DOMAIN.TLD:ssl.key
|
||||
pscp -P 22 CERTIFICATE.crt admin@DOMAIN.TLD:ssl.crt
|
||||
pscp -P 22 KEY.key admin@DOMAIN.TLD:ssl.key
|
||||
```
|
||||
|
||||
As soon as the files are on the server, the rest of the work will be done on it. In [ssh](/ssh) or locally.
|
||||
|
|
Loading…
Add table
Reference in a new issue