DEV Community

Rümeysa Öz for Açıklab

Posted on • Edited on

3

Netex, Sertifika'nın Güncellenmesi

  • Netex Server'ın IP adresinin değişmesi, sertifika süresinin dolması gibi durumlarda sertifikanın güncellenmesi gerekmektedir.

  • Sertifikanın güncellenmesi gerekmektedir ve bu adımlar izlenir:

‼️ Eğer Server'ın IP adresinde bir değişim var ise ilk 3 adım yapılır, yoksa bu adımlar atlanır.

1) Netex Server'ın kurulu olduğu makinenin terminali açılır ve /opt/netex/keys dizinine gidilir:

# cd /opt/netex/keys
Enter fullscreen mode Exit fullscreen mode

2) Şu komut ile dizinde bulunan sertifikalar listelenir:

# ls
Enter fullscreen mode Exit fullscreen mode

3) Ardından şu komutlar sırasıyla çalıştırılarak netex.pem ve netex.key sertifikaları silinir:

# rm netex.pem
Enter fullscreen mode Exit fullscreen mode
# rm netex.key
Enter fullscreen mode Exit fullscreen mode

4) Netex Sensör'ün kurulu olduğu makinenin terminali açılır ve /opt/netex-sensor/certs dizinine gidilir:

# cd /opt/netex-sensor/certs
Enter fullscreen mode Exit fullscreen mode

5) Şu komut ile dizinde bulunan sertifika listelenir:

# ls
Enter fullscreen mode Exit fullscreen mode

6) Ardından şu komut çalıştırılarak netex.pem sertifikası silinir:

# rm netex.pem
Enter fullscreen mode Exit fullscreen mode

7) Son olarak sertifikanın güncellenmesi için şu komut çalıştırılır:

# sensor update cert
Enter fullscreen mode Exit fullscreen mode

8) Böylece sertifika güncellenmiş olur ve sertifika problemi çözülür.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay