.flexess.core.org.jresearch.flexess.core.impl.1.3.44.source-code.flexess-security-utils.properties Maven / Gradle / Ivy
The newest version!
#
# $Id: flexess-security-utils.properties 1540 2007-06-29 06:30:46Z stas $
#
# Copyright 2007 Jresearch Software s.r.o.
# All rights reserved. JRESEARCH PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
#
!-- Password of java key store, optional, default: some internal password.
!-- It is not very safe to use the internal password. You can initialize it from
!-- another bean that will ask you each time or from property file readable
!-- only by the spring. But remember that password is only for the storage,
!-- not for keys inside it
#storePassword=password
!-- Key store file name, optional, default: .keystore
storeFileName=flexess_server.jks
!-- Path to the key store, optional, default: current user home
#storePath=${user.home}