mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 09:29:13 +00:00 
			
		
		
		
	* Subnets configuration option for Kerberos machine enrollment * Configurable script snippets via [service] configuration section * Preliminary revocation reason support * Improved signature profile support * Add domain components to DN to distinguish certificate CN's namespace * Image builder improvements, add Elliptic Curve support * Added GetCACaps operation and more digest algorithms for SCEP * Generate certificate and CRL serial from timestamp (64+32bits) and random bytes (56bits) * Move client storage pool to /etc/certidude/authority/ * Cleanups & bugfixes
		
			
				
	
	
		
			10 lines
		
	
	
		
			189 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			189 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| cat << EOF > /etc/crontabs/root
 | |
| 15 1 * * * sleep 70 && touch /etc/banner && reboot
 | |
| 10 1 1 */2 * /usr/bin/certidude-enroll-renew
 | |
| EOF
 | |
| 
 | |
| chmod 0600 /etc/crontabs/root
 | |
| 
 | |
| /etc/init.d/cron enable
 | |
| 
 |