From 8deabef84c7a6e4d5bd29db1bcb75a59f8401ca9 Mon Sep 17 00:00:00 2001 From: Kebap <53430833+KebapTest@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:23:01 +0300 Subject: [PATCH 1/3] Create re-new certbo.md --- re-new certbo.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 re-new certbo.md diff --git a/re-new certbo.md b/re-new certbo.md new file mode 100644 index 0000000..f20406e --- /dev/null +++ b/re-new certbo.md @@ -0,0 +1,27 @@ +ar-io kurulu sunucuma giriş yaptıktan sonra + +```console +cd ar-io-node +``` +certbot sertifika tarihimizi kontrol edelim: +```console +sudo certbot certificates +``` + +cerbot sertifika süremiz dolmaya yakınsa yenileyelim: +```console +sudo certbot certonly --manual --preferred-challenges dns --email youemail.com -d youdomain.com -d '*.youdomain.com' +``` + +Kurulumda yapmıştık bu işlemi. Certbot komutunda verilen TXT keyi record ekleyelim. [Domain'e Record Ekleme](https://github.com/ruesandora/Ar.io/blob/main/record-ekleme.md) Aşama 3- 4 ü tekrarlayın. + + +nginx reseyleyelim: +```console +sudo service nginx restart +``` + +cerbot sertifika süremizi kontrol edelim: +```console +sudo certbot certificates +``` From 78c92dffcbca377d8788677c9ab6ddda77dd7691 Mon Sep 17 00:00:00 2001 From: Kebap <53430833+KebapTest@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:23:35 +0300 Subject: [PATCH 2/3] Delete re-new certbo.md --- re-new certbo.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 re-new certbo.md diff --git a/re-new certbo.md b/re-new certbo.md deleted file mode 100644 index f20406e..0000000 --- a/re-new certbo.md +++ /dev/null @@ -1,27 +0,0 @@ -ar-io kurulu sunucuma giriş yaptıktan sonra - -```console -cd ar-io-node -``` -certbot sertifika tarihimizi kontrol edelim: -```console -sudo certbot certificates -``` - -cerbot sertifika süremiz dolmaya yakınsa yenileyelim: -```console -sudo certbot certonly --manual --preferred-challenges dns --email youemail.com -d youdomain.com -d '*.youdomain.com' -``` - -Kurulumda yapmıştık bu işlemi. Certbot komutunda verilen TXT keyi record ekleyelim. [Domain'e Record Ekleme](https://github.com/ruesandora/Ar.io/blob/main/record-ekleme.md) Aşama 3- 4 ü tekrarlayın. - - -nginx reseyleyelim: -```console -sudo service nginx restart -``` - -cerbot sertifika süremizi kontrol edelim: -```console -sudo certbot certificates -``` From 9098aae3e3d17956e46353976bd72317e83baa3a Mon Sep 17 00:00:00 2001 From: Kebap <53430833+KebapTest@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:27:19 +0300 Subject: [PATCH 3/3] Create certbot yenileme.md --- certbot yenileme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 certbot yenileme.md diff --git a/certbot yenileme.md b/certbot yenileme.md new file mode 100644 index 0000000..6b5fb59 --- /dev/null +++ b/certbot yenileme.md @@ -0,0 +1,27 @@ +ar-io kurulu sunucumaza giriş yaptıktan sonra + +```console +cd ar-io-node +``` +certbot sertifika tarihimizi kontrol edelim: +```console +sudo certbot certificates +``` + +cerbot sertifika süremiz dolmaya yakınsa yenileyelim: +```console +sudo certbot certonly --manual --preferred-challenges dns --email youemail.com -d youdomain.com -d '*.youdomain.com' +``` + +Kurulumda yapmıştık bu işlemi. Certbot komutunda verilen TXT keyi record ekleyelim. [Domain'e Record Ekleme](https://github.com/ruesandora/Ar.io/blob/main/record-ekleme.md) Aşama 3- 4 ü tekrarlayın. + + +nginx resetleyelim: +```console +sudo service nginx restart +``` + +cerbot sertifika tekrar süremizi kontrol edelim: +```console +sudo certbot certificates +```