deploy-freenas icon indicating copy to clipboard operation
deploy-freenas copied to clipboard

Python script to automate deploying TLS certificates to FreeNAS servers

Results 12 deploy-freenas issues
Sort by recently updated
recently updated
newest added

so when i run the script i get this error but i can manually use the files and add the cert in the web gui. i have specified the fqdn...

Hey, just pointing this out in case it's an issue. I noticed that if I run this script in a default, truenas configured jail, the jail will be lacking both...

I'm experiencing an odd issue with the final import of the certificate into a TrueNAS-12.0-U6 system. It all seems to work and the NAS responds with a 200 success status...

Additionally if you currently use a cert that is updated by the script in these services, the script will falsely report the successful deletion of the cert even though it...

When using the script via password (FreeNAS-11.3-U5) I'm getting the following error File "./deploy_freenas.py", line 71 'Authorization': f'Bearer {API_KEY}' ^ Removing the char 'f' in position 21 on line 71...

The script imports the CA cert as part of the server cert (it uses the fullchain.cer file, which includes both), but it doesn't separately import it into the Certificate Authorities...

enhancement
wontfix

The `apps_enabled` option is a boolean, and when using the `.get` method, the `fallback` value wasn't valid.

This change adds an optional `ui_certificate_enabled` option which can be used to skip installing the certificate as the system's UI certificate. In my use case I was hoping to use...

For some strange reason `--reloadcmd "/path/to/deploy_freenas.py"` does not work anymore and I had to change the command to `python3 /path/to/deploy_freenas.py`. I think this is after upgrading to TrueNAS 13.

Since the recent direction , S3 Service is deprecated in favor of Minio plugin The keys are now in` /mnt//iocage/jails//root/usr/local/etc/minio/certs` Can the scripts update the keys there ? or is...