jeudi 20 décembre 2012

Securité : Certificats

Switching from OpenSSL to GSKit

This section describes how to migrate your OpenSSL certificates to GSKit certificates.
The following is a list of certificate formats that can be migrated to the GSKit format, KDB:
  • PEM: Used by OpenSSL
  • JKS: Used by Java and WebSphere Application Server
  • PKCS12: Used by Microsoft applications and Internet Explorer
To migrate certificates, you may use one or more of the following tools:
  • gsk7cmd: Java command line provided by GSKit
  • gsk7capicmd: Native command line provided by GSKit
  • openssl: Native command line provided by OpenSSL
  • ikeyman: Optional graphical interface provided by GSKit
  • keytool: Optional graphical interface provided by Java Virtual Machine (JVM)

mercredi 12 décembre 2012

AIX - Unlock User

1.  chsec -f /etc/security/lastlog -a “unsuccessful_login_count=0″ -s <userid>
2.  chuser “account_locked=false” <userid>