• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    configuration ssl interface de fog

    Scheduled Pinned Locked Moved
    General
    2
    10
    1.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      julio
      last edited by

      Bonjour à tous. svp quelqu’un peux me donné une idée de comment je pourrais configuré mon interface web de fog en https. je souhaite configuré du ssl. merci bien

      1 Reply Last reply Reply Quote 0
      • J
        julio
        last edited by

        bonjour, pour mettre l’interface web de fog en https, j’ai exécuter le script ./installfog.sh -S mais chose que sur le navigateur je saisi https:// adresse ip/fog/management j’arrive à me loguer mais cela me renvoi le message not secure je veux bien savoir comment mettre en https.

        pour tout savoir aussi comment importé mon CA auprès du serveur fog. merci pour vos reponses

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by

          @julio Currently you can’t simply import your own CA. This is because different components need to know about the CA making it complicated.

          I started writing about this topic in the wiki but never found the time to finish it and get it all nice and easy. So before you start you want to read this carefully and make sure you understand it’s complexity, mainly with the fog-client software.

          We won’t be able to guide you through all this step by step.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          J 2 Replies Last reply Reply Quote 0
          • J
            julio @Sebastian Roth
            last edited by

            @sebastian-roth salut roth, stp comment je peux importer ou récupérer /opt/fog/snapins/ssl/CA/.fogCA.pem de mon serveur FOG (par exemple en utilisant WinSCP ou scp) et l’importer dans mon magasin de certificats (navigateur).

            sur mon serveur fog j’ai saisi la commande suivante:

            sudo scp /opt/fog/snapins/ssl/CA/.fogCA.pem mais rien

            1 Reply Last reply Reply Quote 0
            • J
              julio @Sebastian Roth
              last edited by

              @sebastian-roth j’ai oublier de préciser un détail pour importer le certificat: j’ai deux serveur un serveur fog qui est tout en console, et un deuxieme serveur qui est windows serveur j’utilise le navigateur google chrome sur windows serveur mais je ne vois pas comment importer mon CA au niveau de ce navigateur pour valider mon CA

              voici une erreur que j’ai quand je me connecte en https![alt text](https config.PNG image url)

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by

                @julio Google Chrome does not have it’s own certificate store. You need to import the .fogCA.pem file into the Windows Certificate store (Trusted Authorities section). Search the web on how to do this.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                J 1 Reply Last reply Reply Quote 0
                • J
                  julio @Sebastian Roth
                  last edited by

                  @sebastian-roth salut roth. j’ai réussi à importer le certificat auprès du serveur mais seulement que cela ne me met pas un cadenas niveau de la barre de recherche. Capture5.PNG Capture4.PNG Capture3.PNG Capture2.PNG Capture1.PNG au

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by

                    @julio The certificate we see in the picture is not generated by FOG I would say (Issued To: Administrateur, Issued By: Administrateur, Expiry Date: 17/11/2120?!?). Did you put that CA certificate file there?

                    The mentioned path /opt/fog/snapins/ssl/CA/.fogCA.pem is where the FOG installer will generate the CA certificate. It then copies that file to /var/www/html/fog/management/other/ca.cert.pem, where it is used by the Apache webserver. So you might want to compare those two files. Maybe you need to import the later one if you have messed with those files.

                    Be aware that importing the CA certificate into the Personal key store is probably not going to help. You need to import into Trusted (Root) Certificates section.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      julio @Sebastian Roth
                      last edited by

                      @sebastian-roth said in configuration ssl interface de fog:

                      @julio The certificate we see in the picture is not generated by FOG I would say (Issued To: Administrateur, Issued By: Administrateur, Expiry Date: 17/11/2120?!?). Did you put that CA certificate file there?

                      The mentioned path /opt/fog/snapins/ssl/CA/.fogCA.pem is where the FOG installer will generate the CA certificate. It then copies that file to /var/www/html/fog/management/other/ca.cert.pem, where it is used by the Apache webserver. So you might want to compare those two files. Maybe you need to import the later one if you have messed with those files.

                      Be aware that importing the CA certificate into the Personal key store is probably not going to help. You need to import into Trusted (Root) Certificates section.

                      grand merci roth j’ai reussi à mettre mon navigateur google chrome en https avec le cadenas dessus. ta procédure m’a beaucoup aidé tres grand merci.
                      Capture1.PNG

                      1 Reply Last reply Reply Quote 0
                      • J
                        julio
                        last edited by

                        @sebastian-roth said in configuration ssl interface de fog:

                        @julio The certificate we see in the picture is not generated by FOG I would say (Issued To: Administrateur, Issued By: Administrateur, Expiry Date: 17/11/2120?!?). Did you put that CA certificate file there?

                        The mentioned path /opt/fog/snapins/ssl/CA/.fogCA.pem is where the FOG installer will generate the CA certificate. It then copies that file to /var/www/html/fog/management/other/ca.cert.pem, where it is used by the Apache webserver. So you might want to compare those two files. Maybe you need to import the later one if you have messed with those files.

                        Be aware that importing the CA certificate into the Personal key store is probably not going to help. You need to import into Trusted (Root) Certificates section.

                        pour ceux qui sont intéresser suivez les etapes de mr roth.

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post

                        222

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project