Questions tagged [expired]

17 questions
13
votes
1 answer

What happens to code sign certificates when when root CA expires?

So far clear for me: If the code sign certificate itself expires, signed code will be verified/accepted in case it was signed with a time stamp. If not, the signed code is expired too. But what happens if my CA itself expires (root CA an thus…
5
votes
2 answers

Why does password expire, if none is set?

Why does the password expire? I am logging in with public key (without password) since several days. Today I get this message: > ssh modlink_foo_q@server You are required to change your password immediately (password expired) Last login: Wed Nov 14…
guettli
  • 3,113
  • 14
  • 59
  • 110
3
votes
0 answers

Active Directory expired certs causing issues with 802.1x authentication

We are in the process of rolling out 802.1x in our environment. With that said, there are quite a few clients that revert back to an older (expired) certificate which prevents them from authenticating and getting network access. Can the expired…
wam6187
  • 31
  • 2
3
votes
2 answers

Windows domain account, expired vs. disabled status

I know that expiration feature in a Windows domain environment for user accounts is useful for automation processes. But I'd like to know if a disabled account is the same than an expired account in terms of accesibility to the domain. In the other…
fedayn
  • 95
  • 1
  • 7
2
votes
1 answer

LDAP expired SSL certificate

The SLL certificate on the LDAP server expired recently, making it impossible to ssh into other Linux machines who relay strictly on LDAP. Being a self-signed certificate, my understanding is that it cannot be renewed. Knowing that I need to…
Patel95
  • 468
  • 4
  • 7
2
votes
3 answers

Expired licenses - unused computers

Possible Duplicate: Can you help me with my software licensing question? We have around 20 licenses that have expired. The programs that came with the license is still installed on the computers but has since the license expired been unplugged…
artifex
  • 1,634
  • 1
  • 17
  • 22
1
vote
3 answers

Help with restoring expired domain as quick as possible

My domain name expired today (owing to missing credit card info, etc) and it is really important as the company has about 50 users who cannot access emails, website unreachable, etc. I have requested UKReg to bring the domains backup and running but…
Pasta
  • 292
  • 1
  • 12
1
vote
2 answers

Curl receives expired cookies

Why does curl receive an expired cookie? In a response to some url the server is sending a 302 Found response and a cookie. In Firefox this cookie gets set seamlessly. Firebug says: Set-Cookie …
Alex
  • 2,287
  • 5
  • 32
  • 41
1
vote
1 answer

Accounts suddenly expiring when created with 'NET USER /ADD /expires:NEVER'

I'm using the following command in a PowerShell script to create new local user accounts. The account is created successfully, the correct password is set and I can logon to it fine. NET USER USER_01 "Password" /ADD /expires:NEVER…
Richard
  • 133
  • 10
1
vote
1 answer

FreeRADIUS certificate is going to expired

Recently I've created a RADIUS server (Freeradius) that authenticate with Active Directory. I follow this link to create this server: Now, when I see the "server.cnf" file into /etc/raddb/cert , I just realized that the certification will be…
0
votes
1 answer

Issues with expired passwords using XRDP in CentOS

I am running a series of docker containers running an xfce desktop which can only be accessed via xrdp. I set password restrictions and expired the current passwords of all users expecting to get a prompt through xrdp on the next login to change…
David Torrey
  • 35
  • 1
  • 1
  • 8
0
votes
5 answers

Expired certificate - how do we avoid the expired certificate warning

We had a certificate issued by Verisign and have allowed it to expire as we no longer have need for it. Clients who have bookmarked the website with a 'https://' URL are greeted with a 'certificate has expired' warning. Some of our documentation may…
kannankeril
0
votes
1 answer

Is it logical and safe to add Nginx cache expiration directive to the default conf?

This is my Nginx default conf (sites-available/default), which I use as base conf for all apps: server { # listen, root, index, server_name, locations; listen 80 default_server; listen [::]:80 default_server; root /var/www/html; …
Arcticooling
  • 119
  • 1
  • 14
0
votes
1 answer

Does anyone know how to scan through a Java Keystore and remove all the expired certificates?

I have in the past made a list of all the alias's that were expired and then made a forloop in CMD to then go through and remove all of them but I was wondering if anyone knew of a perl script or anything that would both find the expired certs then…
Crypto
  • 3
  • 1
  • 2
0
votes
1 answer

List of computers with BitLocker recovery keys

We are in the process of removing old computer accounts that are in AD, where the account password is older than 60 days (currently there's over 15,000 accounts that fall into this bucket). To get this list, I've ran this simple dsquery statement to…
AndyM
  • 141
  • 1
  • 3
  • 10
1
2