@ItaloPerez2019 : Someone opened Netflix/lemur#2863 on this topic. I answered there: Found this discussion:
https://social.technet.microsoft.com/Forums/en-US/d60f99d5-8410-4acb-97e6-8b53b8feaa16/adcs-webenrollment-deprecated-?forum=winserverDS
From there I gather it is not dead yet.
Do you have any written statement stating the demise of the interface?
Hello there! I tried to run Lemur tests with docker-compose and got
/bin/bash: npm: command not found
. I added npm to apt-get in Dockerfile and seems it fixed the issue. Is it known problem? I use Ubuntu 18.04, docker 19.03.5 and docker-compose 1.25.0
Regarding this, I submitted PR to fix the issue Netflix/lemur#2885
/lemur/bin/lemur certificate reissue -c"
note that this is only re-issuing the cert, if you wanted to be rotated on your endpoint, say a load balancer, you need to also have a cron task for lemur/bin/lemur certificate rotate -c
Private would be ignored, authority key used instead
. Could someone assist me please? I will appreciate it.
I got lemur running but it fails when trying to create a certificate
Rotation Policy - {"_schema":"Unable to find <class 'lemur.policies.models.RotationPolicy'> with name: default"}
This looks like it should be fixed Netflix/lemur#923
hi team, I recently followed quickstart guide to setup lemur (https://readthedocs.org/projects/lemur/downloads/pdf/latest/) , But I am getting 404 error when I am trying to access when I run wget , could you please let me know what could be the probable issue?
`root@**:~# wget http://127.0.0.1:8000
--2022-01-09 02:33:34-- http://127.0.0.1:8000/
Connecting to 127.0.0.1:8000... connected.
HTTP request sent, awaiting response... 404 NOT FOUND
2022-01-09 02:33:34 ERROR 404: NOT FOUND.
root@**:~# wget http://127.0.0.1:5000
--2022-01-09 02:34:30-- http://127.0.0.1:5000/
Connecting to 127.0.0.1:5000... connected.
HTTP request sent, awaiting response... 404 NOT FOUND
2022-01-09 02:34:30 ERROR 404: NOT FOUND.
I tried both commands to start the server, i.e lemur start and lemur start -b 127.0.0.1:5000 but nothing seems to work