Edit panel in order to not show private key

Discussion in 'ISPConfig 3 Priority Support' started by b7d8, Aug 19, 2014.

  1. b7d8

    b7d8 New Member

    Hi,

    The page of ispconfig are generated by php, right?

    So, it's easy to remove the code to not show the private key in sites --> web domain --> ssl

    Where are this page located?

    Thanks you.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    It might be enough to edit the html template. You find it in /usr/local/ispconfig/interface/web/sites/templates/web_domain_ssl.htm
     
  3. b7d8

    b7d8 New Member

    What about to remove the key in the php template?

    just to avoid the transmission

    Which php file is used?

    Thanks

    EDIT

    Solution is to edit the file in /usr/local/ispconfig(interface/web/sites/form/web_domain.tform.php

    around line 423 comment the side ssl_key.

    so the key can stay safe.

    IHope someone might find useful

    Thanks you.
     
    Last edited: Aug 20, 2014

Share This Page