Skip to content

Commit

Permalink
Merge pull request #63 from MatinDehghanian/socat-issue-cert
Browse files Browse the repository at this point in the history
fix(socat-issue-cert): added socat installation step for issuing SSL …
  • Loading branch information
M03ED authored Aug 15, 2024
2 parents 49132ae + aa30152 commit 5b7432b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions marzban/en/examples/issue-ssl-certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ title: ساخت گواهی SSL

## دریافت گواهی با acme.sh

- به دلیل استفاده از روش standalone با دستور زیر socat را نصب کتید.

```bash
apt install curl socat -y
```

::: tip نکته
در صورتی که socat را قبلا نصب کرده‌اید، دیگر نیازی به انجام این مرحله نیست.
:::

- با دستور زیر، [acme.sh](https://github.com/acmesh-official/acme.sh) را نصب کنید.

`YOUR_EMAIL` را به ایمیل خود تغییر دهید.
Expand Down
10 changes: 10 additions & 0 deletions marzban/fa/examples/issue-ssl-certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ title: ساخت گواهی SSL

## دریافت گواهی با acme.sh

- به دلیل استفاده از روش standalone با دستور زیر socat را نصب کتید.

```bash
apt install curl socat -y
```

::: tip نکته
در صورتی که socat را قبلا نصب کرده‌اید، دیگر نیازی به انجام این مرحله نیست.
:::

- با دستور زیر، [acme.sh](https://github.com/acmesh-official/acme.sh) را نصب کنید.

`YOUR_EMAIL` را به ایمیل خود تغییر دهید.
Expand Down
10 changes: 10 additions & 0 deletions marzban/ru/examples/issue-ssl-certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ title: ساخت گواهی SSL

## دریافت گواهی با acme.sh

- به دلیل استفاده از روش standalone با دستور زیر socat را نصب کتید.

```bash
apt install curl socat -y
```

::: tip نکته
در صورتی که socat را قبلا نصب کرده‌اید، دیگر نیازی به انجام این مرحله نیست.
:::

- با دستور زیر، [acme.sh](https://github.com/acmesh-official/acme.sh) را نصب کنید.

`YOUR_EMAIL` را به ایمیل خود تغییر دهید.
Expand Down

0 comments on commit 5b7432b

Please sign in to comment.