mirror of
				https://github.com/siderolabs/talos.git
				synced 2025-10-31 00:11:36 +01:00 
			
		
		
		
	This moves our docs to a hugo-based doc setup with docsy theme. Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
		
			
				
	
	
	
		
			381 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			381 B
		
	
	
	
	
	
	
	
title, description
| title | description | 
|---|---|
| Configuring Certificate Authorities | 
Appending the Certificate Authority
Put into each machine the PEM encoded certificate:
machine:
  ...
  files:
    - content: |
        -----BEGIN CERTIFICATE-----
        ...
        -----END CERTIFICATE-----
      permissions: 0644
      path: /etc/ssl/certs/ca-certificates
      op: append