[Freeipa-users] kdc certificate web interface expiration warning

2014-10-09 Thread Natxo Asenjo
hi,

today our monitoring system started warning us that the web ui certificate
for our first kdc will expire in 30 days.

I have checked manually with this command:

$ sudo getcert list |grep auto-renewauto-renew: yes
auto-renew: yes
auto-renew: yes
auto-renew: yes
auto-renew: yes
auto-renew: yes
auto-renew: yes
auto-renew: yes

So it should all be fine, right? Just checking..., I will probably not be
at the office in 30 days so I just want to make sure things will keep
working here.

Or is there a way to manually renew those certs?

Thanks!

--
Groeten,
natxo
-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go To http://freeipa.org for more info on the project

Re: [Freeipa-users] kdc certificate web interface expiration warning

2014-10-09 Thread Natxo Asenjo
On Thu, Oct 9, 2014 at 8:42 AM, Natxo Asenjo natxo.ase...@gmail.com wrote:

 hi,

 today our monitoring system started warning us that the web ui certificate 
 for our first kdc will expire in 30 days.

 I have checked manually with this command:

 $ sudo getcert list |grep auto-renewauto-renew: yes
 auto-renew: yes
 auto-renew: yes
 auto-renew: yes
 auto-renew: yes
 auto-renew: yes
 auto-renew: yes
 auto-renew: yes

 So it should all be fine, right? Just checking..., I will probably not be at 
 the office in 30 days so I just want to make sure things will keep working 
 here.


from http://www.freeipa.org/page/Certmonger:

The expiration date is UTC. By default certmonger will start trying to
renew the certificate 28 days before it expires.

| Or is there a way to manually renew those certs?

http://www.freeipa.org/page/Certmonger#Manually_renew_a_certificate

Manually renew a certificate

If you want to manually renew a certificate prior to its expiration date, run:

# ipa-getcert resubmit -i REQUEST_ID

so I will just wait 2 days and see if it has automatically renewed;
otherwise renew it.

I must say that certmonger is an awesome piece of work.

--
Groeten,
natxo

-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go To http://freeipa.org for more info on the project