CSR Generate - now Country select

Hi, i want to generate a zertifikat, but i can´t select any Country.

Hello Stephan,

Thank you for your report.

Could you please confirm that from your Axigen server could not access the following URL: https://www.axigen.com ?

Above check is due the fact that the list of countries that the form is allowing to choose from is obtained online from the mentioned resource, unfortunatlley without a fallback mechanism.

We have an internal ticket for this issue (AXI-3759) but till it will get fixed and if you like to use a specific country you have the option to manually patch webadmin/private/sources/ssl_certificates/page_ssl_certificates_new.hsp so the Country specific div will looks like below (DE used for Germany)

        <div class="field-container">
            <input type="text" name="cert_country" id="cert_country" value="DE" required />
            <label for="cert_country">Country</label>
        </div>

Note: before any change please made a backup of that file so you could revert anytime to the original content

After you made the change you need to trigger a reload (like service axigen reload on Linux) in order to push the new content into memory (or restart if you like).

HTH,
Ioan