mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Fix openssl template for 'server' to also allowed to be a 'client' to restore hierarchy
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16007 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -163,7 +163,7 @@ nsComment			= "OpenSSL Generated Server Certificate" | ||||
| subjectKeyIdentifier=hash | ||||
| authorityKeyIdentifier=keyid,issuer | ||||
| keyUsage = digitalSignature,keyAgreement,keyEncipherment | ||||
| extendedKeyUsage = serverAuth | ||||
| extendedKeyUsage = serverAuth, clientAuth | ||||
|  | ||||
| [ usr_cert ] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user