ZoomImpulse
Cadet
- Joined
 - Jul 16, 2020
 
- Messages
 - 3
 
Hi all,
while importing my wildcard certificate i get the following error:
I already successfully imported the cert on a different machine and used the same private key as well as the same cert. I am 100% sure i typed in the correct Passphrase.
The private key is >1024 Bits.
Any other reason why this could happen?
	
		
			
		
		
	
			
			while importing my wildcard certificate i get the following error:
Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/middlewared/job.py", line 349, in run
    await self.future
  File "/usr/local/lib/python3.7/site-packages/middlewared/job.py", line 386, in __run_body
    rv = await self.method(*([self] + args))
  File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 961, in nf
    return await f(*args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/crypto.py", line 1258, in do_create
    raise verrors
middlewared.service_exception.ValidationErrors: [EINVAL] certificate_create.privatekey: A valid private key is required, with a passphrase if one has been set.I already successfully imported the cert on a different machine and used the same private key as well as the same cert. I am 100% sure i typed in the correct Passphrase.
The private key is >1024 Bits.
Any other reason why this could happen?