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

    Fog Server CA Download

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    7
    813
    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.
    • C
      cul3r0
      last edited by

      Where does the client installer pull the Fog Server CA download its cert from when pinning the server?
      My thumbprints are not matching with the cert installed. I have confirmed these 2 thumbprints match:
      openssl x509 -noout -fingerprint -sha1 -inform pem -in /opt/fog/snapins/ssl/CA/.fogCA.pem
      openssl x509 -noout -fingerprint -sha1 -inform pem -in /var/www/html/fog/management/other/ca.cert.pem

      But when i look in the cert store of windows machine the Fog Server CA has a different thumbprint.

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

        @cul3r0 Sorry I have not found the time to look into updating the wiki on this topic yet. Still on my list.

        The fog-client pulls the file /var/www/html/fog/management/other/ca.cert.der (see here in the fog-client code) - note the .der file extension!

        Don’t ask me why it is done this way. This was created before I joined the team. It might be for a technical reason - possibly the DER format is the only one you can inject into the Windows cert store using .NET code easily or somthing else.

        To convert your existing PEM CA cert to DER format use the following commands:

        mv /var/www/html/fog/management/other/ca.cert.der /var/www/html/fog/management/other/ca.cert.der_orig
        openssl x509 -in /var/www/html/fog/management/other/ca.cert.pem -out /var/www/html/fog/management/other/ca.cert.der -outform DER
        

        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

        C 2 Replies Last reply Reply Quote 0
        • C
          cul3r0 @Sebastian Roth
          last edited by

          @sebastian-roth If i am using a custom SSL Cert can we bypass it needed FOG Server CA to authenticate?

          Implementing Custom SSL Cert has been a little bit of trouble. I’m soo close i can taste it. I can ipxe from machines. Machine takes the image. But then authenticating there to begin tasks is where i start having trouble.

          1 Reply Last reply Reply Quote 0
          • C
            cul3r0
            last edited by

            How do you recompile your own client binaries? Is there documentation on that?

            1 Reply Last reply Reply Quote 0
            • C
              cul3r0 @Sebastian Roth
              last edited by

              @sebastian-roth is there a way to keep track of open forums i’ve openned? I’m still having this trouble hoping someone could point me in the right direction.

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

                @cul3r0 said in Fog Server CA Download:

                is there a way to keep track of open forums i’ve openned?

                Click your name to get to your profile. There you should find all your topics.

                I’m still having this trouble hoping someone could point me in the right direction.

                I will when I find the time. Keep your fingers crossed for this weekend.

                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

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

                  @cul3r0 said in Fog Server CA Download:

                  How do you recompile your own client binaries? Is there documentation on that?

                  You can find information on all the tools and stuff you need in our github project readme though it’s kind of dated (older versions).

                  I have been quiet because I am looking into re-designing the whole thing to make it a lot easier. Please be patient a little longer.

                  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

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

                  148

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project