03 How to Assign an SSL Certificate to Keycloak in Development Mode

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Description:
    In this tutorial, we'll walk you through the process of assigning an SSL certificate to Keycloak while operating in development mode. Keycloak is a powerful open-source identity and access management solution, and securing it with SSL is crucial for protecting your data and ensuring secure communication.
    We'll cover the following steps:
    Generating a self-signed SSL certificate.
    Configuring Keycloak to use the SSL certificate.
    Updating Keycloak's configuration files.
    Restarting Keycloak and verifying the SSL setup.
    Whether you're a beginner or an experienced developer, this video will provide you with the knowledge and tools needed to secure your Keycloak instance in a development environment.

Комментарии • 1

  • @user-td8ge9vd2q
    @user-td8ge9vd2q 7 дней назад

    Hi Niyas.
    I am trying to set this up in windows but when I hit the command that you showed I get these logs prompting a failure.
    "Updating the configuration and installing your custom providers, if any. Please wait. 2024-09-04 21:07:40,316 INFO [io.qua.dep.QuarkusAugmentor] (main) Quarkus augmentation completed in 6586ms Disabled option: '--hostname-strict-https'. Available only when hostname:v1 feature is enabled Possible solutions: --hostname, --hostname-admin, --hostname-backchannel-dynamic, --hostname-strict, --hostname-debug Try 'kc.bat start-dev --help' for more information on the available options. ".
    - Kindly assist.