apache-ssl

Discussion in 'Server Operation' started by unkn0wn, Aug 6, 2006.

  1. unkn0wn

    unkn0wn New Member

    How can i create cert thats expires after 365 days with
    apache2-ssl-certificate


    ?
    when i create with apache2-ssl-certificate
    cert expires after 1 month.
     
  2. Ben

    Ben Active Member Moderator

    Don't know apache2-ssl-certificate, but doesn't it ask you about the cert's lifetime? If not just create it by hand.
     
  3. themachine

    themachine New Member HowtoForge Supporter

  4. unkn0wn

    unkn0wn New Member

    ok tnx for that.

    but i am interested in this apache-ssl script.
    does anyone know how to extend expiry date with this cript.
     
  5. Ben

    Ben Active Member Moderator

    Could you paste the source here?
     
  6. unkn0wn

    unkn0wn New Member

    that is a common apacjhe-ssl script that comes with apt-get install apache2 :) on debian sarge 3.1
     
  7. falko

    falko Super Moderator Howtoforge Staff

    AFAIK apache-ssl is an alternative Apache package (only for SSL) that doesn't need to be installed if you have configured the "normal" Apache package for SSL.
     
  8. unkn0wn

    unkn0wn New Member

    apache-ssl is very easy script , just type some info like common name , contry and voilla there is a cert :)
     
  9. michael_salcher

    michael_salcher New Member


    Code:
    apache2-ssl-certificate -days 365
     

Share This Page